AGiXT v1.8.2 Release Notes
We're excited to announce AGiXT v1.8.2, packed with new AI providers, advanced inference capabilities, billing improvements, and powerful new agent features!
🚀 Highlights
Inference-Time Compute Scaling
One of the most exciting additions in this release is Inference-Time Compute Scaling - a sophisticated system that dynamically allocates computational resources based on task complexity. This means smarter, more efficient processing that adapts to your needs in real-time.
Expert Agent Creation & Mixture of Experts
Agents can now create specialized expert agents on-the-fly, enabling a Mixture of Experts (MoE) orchestration pattern. Your agents can delegate complex tasks to purpose-built experts, dramatically improving response quality for specialized domains.
Output Streaming Improvements
We've overhauled the streaming infrastructure for faster, more responsive interactions. Watch your AI think in real-time with improved streaming performance.
🆕 New AI Providers
Chutes.ai Provider
A new provider integration bringing Chutes.ai's capabilities to AGiXT, expanding your model options.
DeepInfra Provider
Access DeepInfra's high-performance inference infrastructure directly from AGiXT, giving you more choices for running your favorite models.
💳 Billing & Payments
Token-Based Billing
A complete token-based billing implementation for precise usage tracking and billing. Pay for exactly what you use.
Auto Top-Up
Never run out of credits again! Configure automatic top-ups to keep your workflows running smoothly without interruption.
Zcash (ZEC) Payment Support
Privacy-focused users can now pay with Zcash, adding to our cryptocurrency payment options.
Subscription Info Endpoint
New API endpoint for retrieving billing cycle data, making it easier to integrate billing information into your applications.
🤖 Agent Capabilities
Agent Cloning & Sharing
Clone your carefully configured agents or share them with others. Perfect for teams or deploying proven agent configurations across projects.
SpyPoint Trail Camera Extension
A specialized extension for SpyPoint trail cameras - perfect for wildlife monitoring, security, and outdoor automation use cases.
🔧 Improvements & Fixes
- Improved Inference Config: Better configuration options for fine-tuning inference behavior
- Command Duplication Fix: Resolved issues with duplicate commands appearing
- Timezone Helpers Normalized: Consistent timezone handling across the platform
- Environment Preservation: Running
set_environmentno longer overwrites your.envfile - STRIPE_API_KEY Fix: Resolved an issue where the Stripe API key was being deleted on server start
- Missing Method Fix: Added the
get_memories_external_sourcesmethod to company endpoints - Execution Handling: Better handling of command executions during answer generation
- CodeQL Security Fixes: Addressed security warnings identified by CodeQL analysis
🗑️ Deprecations
Legacy Endpoints Removed
We've cleaned house by removing legacy endpoints. If you're using older API patterns, please update to the current API structure.
📦 CLI Improvements
Login & Prompt Commands
The CLI now supports login and prompt commands, making it easier to interact with AGiXT from the command line.
⬆️ Upgrade Notes
This release is backward compatible for most use cases. However, if you were relying on any legacy endpoints, please review the API documentation for the updated patterns.
For those using token-based billing, you may want to configure auto top-up to ensure uninterrupted service.
🙏 Contributors
Full Changelog: v1.8.1...v1.8.2
Thank you for using AGiXT! We're constantly working to make it better. If you have feedback or run into issues, please open an issue on GitHub.
What's Changed
- Chutes.ai Provider Implementation for AGiXT by @Josh-XT in #1585
- Improve inference config by @Josh-XT in #1586
- DeepInfra Provider Implementation by @Josh-XT in #1587
- Fix STRIPE_API_KEY deletion on server start. by @Nick-XT in #1589
- Add Zcash (ZEC) as a Payment Method by @Josh-XT in #1590
- Fix Command Duplication by @Josh-XT in #1591
- feat: add subscription info endpoint for billing cycle data by @Nick-XT in #1592
- Add SpyPoint Trail Camera Extension by @Josh-XT in #1593
- Add agent cloning and sharing by @Josh-XT in #1594
- Token-Based Billing Implementation by @Josh-XT in #1595
- fix: normalize timezone helpers by @Nick-XT in #1597
- fix: preserve .env when running set_environment by @Nick-XT in #1599
- Expert Agent Creation by Agents: Mixture of Experts Orchestration by @Josh-XT in #1598
- Add auto topup by @Josh-XT in #1600
- Inference-Time Compute Scaling by @Josh-XT in #1602
- Output Streaming Improvements by @Josh-XT in #1604
- Fix CodeQL warnings by @Josh-XT in #1607
- fix: resolve missing get_memories_external_sources method in company endpoints by @Nick-XT in #1609
- Add login and prompt to cli by @Josh-XT in #1612
- Handle executions during answer by @Josh-XT in #1614
- Remove legacy endpoints by @Josh-XT in #1615
Full Changelog: v1.8.1...v1.8.2