A framework for stable AI agents
Project description
StableAgents AI
A framework for creating stable and reliable AI agents.
Installation
pip install stableagents-ai
Or with Poetry:
poetry add stableagents-ai
Quick Start
# Using the Python API
from stableagents import StableAgents
agent = StableAgents()
agent.set_api_key('openai', 'your-api-key')
agent.set_active_ai_provider('openai')
response = agent.generate_text("Tell me about AI agents")
print(response)
Command Line Interface
StableAgents comes with a simple CLI:
# Run the CLI with a specific model and API key
stableagents --model openai --key your-api-key
Once in the CLI, you can:
- Chat with the AI directly by typing any text
- Use commands like
memory,control, andprovider - Type
helpto see all available commands
Features
- Multiple AI provider support (OpenAI, Anthropic, etc.)
- Memory management
- Computer control capabilities
- Simple but powerful CLI
- Logging system
License
MIT
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(20.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stableagents_ai-0.1.0.tar.gz.
File metadata
- Download URL: stableagents_ai-0.1.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.11 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67be4741789b74d0972ee3ccc21bcb4c66b5d25d753ca57dea25fcd6e239f36
|
|
| MD5 |
5ef71704de5799475932b7027d7d087d
|
|
| BLAKE2b-256 |
74cb772c9aba3e947083380c4bf2f13a4ae0f222f7a6c807ece0bb52f0f26be5
|
File details
Details for the file stableagents_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stableagents_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.3 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1d8bc36ef11ebe1a371105c3497ed4614d11153f45578e6ce37e8a274118e5
|
|
| MD5 |
33becdcee77887be807c0e48cd09dbbe
|
|
| BLAKE2b-256 |
a4d2345d422f8f71650178871a000a402c71e5e77654f071827711d2f47ef406
|