AI Agent Framework — automates tasks using AI agents in Docker containers
Project description
Agento
Security by design, not by prompt.
Stop running agents in YOLO mode. Build them with isolation, policy, and modular control.
Agento is an open-source, self-hosted platform for building modular agentic software with hard runtime boundaries, controlled tool access, secure secrets handling, and deployment-specific extensibility.
Modern agent stacks are powerful, but in practice they are often glued together from prompts, scripts, MCP servers, and broad permissions. The result is fragile and risky: duplicated files, unclear tool access policies, missing human approval steps, over-permissioned agents, and no clean way to route the right task to the right agent and model.
Agento is extensible by design. Creating and sharing custom modules is simple. Want to distribute your QA agent as a reusable template? Package it as a self-contained module and share it with your team, your clients, or the community.
Why Agento?
- Secure by architecture — agents run in an isolated sandbox without direct access to secrets.
- Controlled tool access — enforce policies for tools like email, browser, and external systems.
- Modular by default — extend behavior through modules, not by patching core code.
- Deployment-specific customization — adapt agents, policies, and workflows per workspace or environment.
- Routing-ready — decide which agent, model, and tool policy should handle each task.
- Built for self-hosting — keep control over your infrastructure, credentials, and runtime boundaries.
The problem
Teams adopting AI agents quickly run into the same issues:
- too many separate agents with duplicated prompt and config files,
- unclear separation between runtime, tools, and secrets,
- agents operating with permissions that are too broad,
- missing or weak HITL / approval flows,
- no enforceable policy layer for actions like sending email or browsing the web,
- no clean routing layer for deciding which task should go to which agent and model.
We keep hearing the same failure stories: deleted workspaces, leaked emails, agents browsing beyond intended domains, and automations acting with more access than they should ever have had.
The solution
Agento brings structure, security, and extensibility to agentic systems through:
- task routing
- runtime isolation
- tool access policies
- secrets separation
- filesystem and environment separation
- custom MCP-based security proxy
- module-driven extensibility
Inspiration
Agento is inspired by Magento Open Source — especially its extensibility, extension-first architecture, and strong community model — but rethought for the age of AI agents, MCP tools, and secure autonomous workflows.
Quick Start
uv tool install agento-core # Install the CLI
mkdir my-project && cd my-project
agento install # Interactive wizard — scaffolds, starts, migrates
Architecture
Agento runs three Docker containers on a shared network:
- Cron (Python) -- Job queue consumer, scheduler, CLI host. Manages the lifecycle of agent jobs, runs migrations, and dispatches events. Connects to MySQL for job state, config, and module metadata.
- Toolbox (Node.js) -- MCP credential broker. Registers tools from modules (MySQL adapters, API clients) and exposes them over stdio. The only container with access to secrets.
- Sandbox (Claude Code / OpenAI Codex) -- Ephemeral container where the AI agent executes. Has no credentials, no direct database access. Communicates with the toolbox exclusively through MCP tool calls.
Module System
Agento uses a Magento-inspired modular architecture. Each module is a self-contained package.
Core modules ship with the framework in src/agento/modules/ (jira, claude, codex, core, crypt, agent_view).
User modules live in app/code/ and are deployment-specific (gitignored by default).
Every module contains a module.json manifest and optional companion files:
| File | Purpose |
|---|---|
module.json |
Module manifest (name, version, tools, knowledge) |
di.json |
Dependency injection configuration |
events.json |
Observer declarations for event-driven extensibility |
config.json |
Default config values with field metadata |
cron.json |
Scheduled job definitions |
sql/*.sql |
Schema migrations |
data_patch.json |
Data patches applied during setup |
Config follows a 3-level fallback: ENV vars (CONFIG__MODULE__PATH) take highest priority, then DB (core_config_data), then config.json defaults. Config can be scoped per agent_view for multi-tenant setups.
Events use an observer pattern. Modules declare observers in events.json and the framework dispatches events synchronously during lifecycle hooks (job start, job complete, schedule tick, etc.).
Installation
Docker Compose (recommended)
For end users, demos, PoC, and self-hosting:
uv tool install agento-core # or: pip install agento-core
mkdir my-project && cd my-project
agento install # Interactive wizard — scaffolds, starts, migrates
The installer offers Basic (recommended) and Advanced modes. Basic uses sensible defaults. Advanced lets you configure Docker project name, MySQL port, and timezone for multi-instance setups.
System check
agento doctor # Verify prerequisites
Admin TUI
agento admin launches an interactive terminal dashboard for operational visibility and configuration management.
- Dashboard -- system health, recent jobs, tokens, agent views at a glance
- Jobs -- browse, filter, search, view details, replay jobs
- Agents -- manage agent views, trigger workspace builds
- Tokens -- usage stats, set primary, deregister
- Config -- schema-driven editor with scope selector and live search
Keyboard-first with full mouse support. See Admin TUI docs for details.
Creating Your First Module
agento module:add my-app \
--description="My application module" \
--tool mysql:mysql_prod:"Production database (read-only)"
This creates a module in app/code/my-app/ with a module.json, config.json, and knowledge/ directory. Set credentials with:
agento config:set my_app/tools/mysql_prod/host 10.0.0.1
agento config:set my_app/tools/mysql_prod/pass secret123
See Creating a Module for the full guide.
Documentation
Full developer documentation is available in docs/:
- Getting Started -- Install and create your first module
- CLI Reference -- All
agentocommands - Module Guide -- Creating and managing modules
- Config System -- 3-level fallback, encryption, ENV vars
- Architecture -- Containers, zero-trust, job queue
Contributing
Contributions are welcome. See CONTRIBUTING.md for guidelines on setting up a development environment, running tests, and submitting pull requests.
License
MIT. See LICENSE for the full text.
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
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 agento_core-0.8.2.tar.gz.
File metadata
- Download URL: agento_core-0.8.2.tar.gz
- Upload date:
- Size: 284.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5362316f6047ece5e168131c59a2c72f871d18b6ace616aeec2a9e7cd00f10ad
|
|
| MD5 |
a72a4b247f69d01cead409cb5f4bb554
|
|
| BLAKE2b-256 |
34e9b72d1964d64ff975daa1f39de749dc6c5e8fa4dfba497f15af38f98bc718
|
Provenance
The following attestation bundles were made for agento_core-0.8.2.tar.gz:
Publisher:
release.yml on agento-cc/agento
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agento_core-0.8.2.tar.gz -
Subject digest:
5362316f6047ece5e168131c59a2c72f871d18b6ace616aeec2a9e7cd00f10ad - Sigstore transparency entry: 1462023286
- Sigstore integration time:
-
Permalink:
agento-cc/agento@842483c120b805bd6a7e995ed4164cd683bc5e0b -
Branch / Tag:
refs/tags/v0.8.2 - Owner: https://github.com/agento-cc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@842483c120b805bd6a7e995ed4164cd683bc5e0b -
Trigger Event:
release
-
Statement type:
File details
Details for the file agento_core-0.8.2-py3-none-any.whl.
File metadata
- Download URL: agento_core-0.8.2-py3-none-any.whl
- Upload date:
- Size: 396.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9691a94ecc70d78912e92856cae6e442d016ee219f1ee08bcf2cf5ef6beb9cc3
|
|
| MD5 |
ec3d928aa3b9fc1d2d9b0a0016cad7fe
|
|
| BLAKE2b-256 |
aba6a70c03488a7a5505b58b42a6c158180a1b6c156ee1c8821831387516cde5
|
Provenance
The following attestation bundles were made for agento_core-0.8.2-py3-none-any.whl:
Publisher:
release.yml on agento-cc/agento
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
agento_core-0.8.2-py3-none-any.whl -
Subject digest:
9691a94ecc70d78912e92856cae6e442d016ee219f1ee08bcf2cf5ef6beb9cc3 - Sigstore transparency entry: 1462023306
- Sigstore integration time:
-
Permalink:
agento-cc/agento@842483c120b805bd6a7e995ed4164cd683bc5e0b -
Branch / Tag:
refs/tags/v0.8.2 - Owner: https://github.com/agento-cc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@842483c120b805bd6a7e995ed4164cd683bc5e0b -
Trigger Event:
release
-
Statement type: