Skip to main content

A framework for self healing agents that can run locally and minimize hallucinations

Project description

StableAgents Framework

A production-ready framework for building enterprise-grade AI agents - providing robust infrastructure and system-level capabilities that enable reliable, secure, and efficient AI agent operations at scale.

Official site: stableagents.dev

Overview

StableAgents is designed to be the foundation for large-scale AI agent deployments with a focus on:

  • Reliability: Built-in self-healing mechanisms ensure consistent operation even under adverse conditions
  • Scalability: Architecture supports everything from single-agent deployments to complex multi-agent systems
  • Security: Enterprise-grade authentication, access controls, and data protection mechanisms
  • Extensibility: Modular design allows for customization and extension of core capabilities

Key Features

  • Multi-Provider Support: Seamlessly integrate with OpenAI, Anthropic, and other AI providers
  • Local Model Integration: Run models offline with local inference capabilities
  • Self-Healing System: Automatic issue detection, diagnosis, and recovery
  • Memory Management: Efficient handling of context and persistent storage
  • Computer Control: Safe system interaction capabilities
  • Comprehensive Logging: Detailed activity tracking and monitoring

Access

StableAgents is a private framework available to authorized partners and enterprise customers. For access inquiries:

Documentation

Comprehensive documentation is available to authorized users at docs.stableagents.dev

Implementation Examples

Basic Agent Setup

from stableagents import StableAgents

# Initialize with enterprise configuration
agent = StableAgents(
    enable_self_healing=True,
    enable_logging=True
)

# Configure AI provider
agent.set_api_key('openai', 'your-api-key')
agent.set_active_ai_provider('openai')

# Generate text with the agent
response = agent.generate_text("Analyze the performance of our product in Q1")

Custom Health Check Integration

# Register custom component for monitoring
agent.self_healing.register_component(
    "database",
    check_database_health,
    thresholds={
        "connection_status": {"min": True, "severity": "high"}
    }
)

Use Cases

  • Customer Service: Deploy conversational agents that can understand, respond, and solve customer issues
  • Enterprise Assistants: Create specialized assistants for internal business processes
  • Data Analysis: Build agents that can process, analyze, and report on complex business data
  • Content Generation: Develop agents for content creation, curation, and management
  • Research Automation: Automate literature reviews, data collection, and preliminary analysis

License

Proprietary software licensed exclusively to authorized partners and customers.

© 2023-2025 StableAgents. All rights reserved.

Quick Installation

To install StableAgents globally on your system, run:

# Clone the repository
git clone https://github.com/yourusername/stableagents.git
cd stableagents

# Run the installation script
chmod +x install.sh
./install.sh

The installation script will:

  1. Check for required dependencies (Python 3 and pip)
  2. Install StableAgents globally
  3. Add the necessary PATH entries to your shell configuration
  4. Verify the installation

After installation, you can run StableAgents from anywhere using:

stableagents-ai start

Manual Installation

If you prefer to install manually:

# Clone the repository
git clone https://github.com/yourusername/stableagents.git
cd stableagents

# Install globally
pip install --user -e .

# Add to your PATH (if not already done)
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc  # or ~/.zshrc
source ~/.bashrc  # or source ~/.zshrc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stableagents_ai-0.2.1.tar.gz (52.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stableagents_ai-0.2.1-py3-none-any.whl (61.7 kB view details)

Uploaded Python 3

File details

Details for the file stableagents_ai-0.2.1.tar.gz.

File metadata

  • Download URL: stableagents_ai-0.2.1.tar.gz
  • Upload date:
  • Size: 52.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.11 Darwin/24.1.0

File hashes

Hashes for stableagents_ai-0.2.1.tar.gz
Algorithm Hash digest
SHA256 99544eee1e0080df0e82bd032f8a03c6088065736ebd50eebe8ac3290066d277
MD5 78d7159ac080df6e76505967f32c2b95
BLAKE2b-256 4a1ad620755401f0a468d2ecfeae9025d006d9b13b9153404e715dc933128ddf

See more details on using hashes here.

File details

Details for the file stableagents_ai-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: stableagents_ai-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 61.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.11 Darwin/24.1.0

File hashes

Hashes for stableagents_ai-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1677a87b2348ad82295c6d04082f93ec1178adf1f4f802d2a53ab9270838c1c3
MD5 b6dc88fd8b3227fe5abd49b3bf37497a
BLAKE2b-256 08cfd5724ba91a9b4d4af4d80acc5735b24c643db023020a8481ff051881a1d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page