AgentForge — open-source plug-and-play framework for production AI agents
Project description
agentforge
The default runtime for the AgentForge framework — Agent, ReActLoop,
default tools, SimpleFinding, in-memory store, basic safety defaults,
BudgetPolicy. Most users install this package and add module extras
as needed.
Three-line agent (once feat-001 lands)
from agentforge import Agent
agent = Agent(model="anthropic:claude-sonnet-4.7")
result = await agent.run("Say hello in three words.")
Install
pip install agentforge-py # core runtime
pip install "agentforge-py[anthropic]" # + Anthropic provider
pip install "agentforge-py[anthropic,memory-postgres]" # + persistence
Status
v0.0 — pre-alpha. Repo bootstrapped; feat-001 (Core contracts &
Agent orchestrator) is the next milestone.
License
Apache 2.0.
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
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 agentforge_py-0.2.1.tar.gz.
File metadata
- Download URL: agentforge_py-0.2.1.tar.gz
- Upload date:
- Size: 227.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8ed37932242e763d79569fd1f8ebbd497aefaf1212b2f1048b3fe2c8c3f15dd
|
|
| MD5 |
29dcb96c097c0a388c2aac1e1bcea0fa
|
|
| BLAKE2b-256 |
023a58856fb7d5af9ccc85b6344e63bf4170f62d22f96415f1545ef21ab195c9
|
File details
Details for the file agentforge_py-0.2.1-py3-none-any.whl.
File metadata
- Download URL: agentforge_py-0.2.1-py3-none-any.whl
- Upload date:
- Size: 224.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0712af314a599369aa48d77b6d67ae033ef01bcfb65dc1229dc1bbe297b40923
|
|
| MD5 |
c5bdef4e2f9b8f5c02d86e575e631aed
|
|
| BLAKE2b-256 |
76d515ab6f629ea2e0d7cb31bc26c82b3e1dc204f8b83d8c57843b8792591507
|