Skip to content

v1.8.1

Latest

Choose a tag to compare

@Josh-XT Josh-XT released this 31 Oct 19:14
· 61 commits to main since this release

AGiXT v1.8.1 Release Announcement 🚀

We're thrilled to announce AGiXT v1.8.1, a major feature release that transforms AGiXT into a complete Web3-enabled AI platform with enterprise-grade workspace collaboration, cryptocurrency payment infrastructure, and significantly enhanced agent capabilities.

🌟 Major Features

🔐 Web3 & Wallet Authentication

Complete Wallet Integration - Log in securely using your crypto wallet with support for Phantom, MetaMask, Coinbase Wallet, and WalletConnect. Unlike traditional Web3 apps, AGiXT's wallet authentication keeps your private keys secure - agents can prepare transactions for you to sign, but never have access to your keys. Features include:

  • Nonce-based authentication with signature verification
  • Multi-chain support (Solana, Ethereum, Base, Polygon)
  • AI commands to check balances, prepare transfers, and manage tokens
  • Session management tied to wallet addresses

💳 Cryptocurrency Payment Infrastructure

Multi-Currency Payment Support - Purchase AGiXT seats with crypto or traditional payment methods:

  • Supported Cryptocurrencies: AGiXT token, SOL, USDC, USDT, and Bitcoin
  • Real-time Pricing: CoinGecko/Dexscreener integration with Redis caching for up-to-the-second exchange rates
  • On-Chain Verification: Automatic Solana blockchain verification with tolerance checks
  • Stripe Integration: Traditional payment option for fiat currencies
  • Full Transaction Tracking: Complete payment history with status monitoring

x402 Protocol Support - Instant, zero-fee crypto payments via wallet signatures:

  • Frictionless payment flow without platform fees
  • Uses facilitators (Coinbase CDP, PayAI) for verification
  • Automatic payment handling with X-PAYMENT headers
  • React hooks (useX402(), useX402Fetch()) for seamless frontend integration
  • No on-chain gas fees required

📋 Conversational Todo List Management

Database-Backed Task Tracking - Agents can now create, manage, and track structured todo lists with full persistence:

  • Create single todos or bulk create up to 10 items at once
  • Three-state workflow: not-startedin-progresscompleted
  • Update, delete, and mark todos complete/incomplete
  • Statistics and status tracking across conversation sessions
  • Full database integration with the ExtensionDatabaseMixin
  • Agents can break down complex tasks into manageable, trackable steps

🤝 Advanced Workspace Collaboration

Conversation Sharing - Share your AI conversations with teammates or the public:

  • Public sharing with unique token URLs (/shared/{token})
  • Share with specific users by email
  • Optional workspace file inclusion
  • Public workspace file browsing and downloading
  • Import shared conversations with full history and workspace files
  • Expiration date support and revocation capabilities
  • Activity/subactivity structure preserved on import

Conversational Workspace Management - Manage workspaces through natural conversation, making team collaboration more intuitive

Companies & Teams Context - Enhanced context awareness for multi-organization workflows and team-based collaboration

🛠️ Developer Tools & Extensions

GitHub Extension Enhancements - The fix_github_issue command now includes:

  • Iterative 3-attempt retry loop with intelligent error handling
  • Automatic syntax validation with compile() for Python
  • flake8 linting integration when available
  • JavaScript/TypeScript build validation (npm run build)
  • Smart error context accumulation across retry attempts
  • Enhanced SUBACTIVITY progress tracking
  • Perfect for remote/mobile workflows with server-side execution

Grokipedia Search Extension - New knowledge retrieval from Grokipedia.com:

  • AI-optimized encyclopedia with content researched by Grok 4
  • Less political bias than traditional sources
  • Playwright-based web scraping with dynamic content handling
  • Configurable result limits and formatted markdown output
  • Perfect for fact-checking and reference information

Intelligence Tiers Improvements - Refined AI capability levels for more precise agent performance tuning and resource allocation

CLI Improvements - Enhanced command-line interface for developers and power users

⚡ Performance & Infrastructure

Async Todo Operations - Improved responsiveness with asynchronous task handling for better performance under load

📦 Installation & Upgrade

# Upgrade via pip
pip install agixt --upgrade

# Or pull the latest Docker image
docker pull joshxt/agixt:latest

🔧 Configuration

Payment Setup (Optional)

To enable cryptocurrency payments:

export PAYMENT_WALLET_ADDRESS="your_solana_wallet"
export STRIPE_API_KEY="your_stripe_key"
export MONTHLY_PRICE_PER_USER_USD="99.00"

To enable x402 protocol:

export X402_MERCHANT_WALLET="your_wallet_address"

Wallet Authentication

Supported wallet providers are auto-detected in the frontend. Backend RPC URLs can be configured via environment variables.

📊 Technical Highlights

  • 930+ lines of new payment infrastructure code
  • 349 lines of x402 protocol implementation
  • 199 lines of billing endpoints
  • Complete React components for payment flows
  • New PaymentTransaction and ConversationShare database models
  • Comprehensive unit tests for all payment flows
  • Zero breaking changes - fully backward compatible

🔗 Resources

🚀 What's Next

We're continuously improving AGiXT. Future enhancements on the roadmap include:

  • Enhanced workspace permissions and roles
  • Multi-currency invoice history
  • Webhook support for payment notifications
  • Extended x402 support for more facilitators
  • Team task assignment and collaboration features

Questions, feedback, or issues? Join our community on GitHub or reach out through our support channels. We'd love to hear how you're using v1.8.1!

Ready to build the future of AI? Upgrade to v1.8.1 today and experience the power of Web3-enabled, collaborative AI agents.