Skip to main content

Create AI agents with all the trappings, out of the box.

Project description

English | 简体中文
AgentUp Logo

Bringing to AI Agents, what Docker brought to containers


Good First Issues   Join Discord

License CI Status PyPI Version Downloads Discord


🚀 Active Development
🏃‍♂️ We are moving fast, things will break!

Why AgentUp?

Just as Docker made applications immutable, reproducible, and ops-friendly, AgentUp does the same for AI agents. Define your agent with configuration, and it runs consistently anywhere. Share agents with teammates who can clone / fork and run them instantly. Deploy knowing your agent will behave identically across development, staging, and production environments.

AgentUp is built by engineers who've created open-source solutions powering mission-critical systems at Google, GitHub, Nvidia, Red Hat, Shopify and more. We understand what it takes to build stable, secure, scalable software - and we're applying those same principles to make AI agents truly production-ready, secure and reliable.

AgentUp: Developer-First Agent Framework

AgentUp delivers enterprise-grade agent infrastructure built for professional developers who demand both power and simplicity.

Developer-First Operations: Built by developers who understand real-world constraints. Each agent lives in its own repository with a single AgentUp configuration file. Clone, run agentup run, and all dependencies resolve during initialization - no more environment setup headaches.

Secure by Design: Fine-grained, scope-based access control with OAuth2, JWT, and API key authentication built-in, preventing unauthorized Tools / MCP access, ensuring data protection. Security isn't an afterthought - it's foundational architecture in AgentUp.

Configuration-Driven Architecture: Define complex agent behaviors, data sources, and workflows through declarative configuration. Skip weeks of boilerplate and framework wrestling. Your agents become portable, versionable assets with clear contracts defining their capabilities and interactions.

Extensible Ecosystem for customizations: Need RAG, image processing, custom API logic? No problem. Leverage community plugins or build custom extensions that automatically inherit AgentUp's middleware, security, and operational features. Independent plugin versioning integrates seamlessly with existing CI/CD pipelines, ensuring core platform updates don't break your implementations. With AgentUp you get the immediate feedback of a running agent, along with the extensibility of a framework.

Agent-to-Agent Discovery: Automatic A2A Agent Card generation exposes your agent's capabilities to other agents in the ecosystem, enabling seamless inter-agent communication and orchestration.

Asynchronous Task Architecture: Message-driven task management supports long-running operations with callback-based notifications. Perfect for research agents, data processing workflows, and event-driven automation. State persistence across Redis and other backends ensures reliability at scale.

Deterministic routing: Most frameworks place everything in the LLM's execution path, but this is often not optimal. Frequently, the better solution is through deterministic code, aka good old software engineering. For this reason, AgentUp allows for deterministic keyword based routing, where requests can natural language driven, but instead be sent to existing non-LLM services that utilize caching and other efficiency mechanisms.

Advanced Architecture with Production Aspirations

AgentUp is designed with production deployment in mind, featuring architecture patterns that will scale as the framework matures. While currently in alpha, the core security and extensibility features already provide a solid foundation for building serious AI agents.

Stay Updated

AgentUp development is moving at a fast pace 🏃‍♂️, for a great way to follow the project and to be instantly notified of new releases, Star the repo.

Get Started in Minutes

Installation

Install AgentUp using your preferred Python package manager:

pip install agentup

Create Your First Agent

Generate a new agent project with interactive configuration:

agentup init

Choose from available options and configure your agent's capabilities, authentication, and AI provider settings through the interactive prompts.

Start your Agent

Launch the development server and begin building:

agentup run

Your agent is now running at http://localhost:8000 with a full A2A-compliant JSON RPC API, security middleware, and all configured capabilities available.

Next Steps

Explore the comprehensive documentation to learn about advanced features, tutorials, API references, and real-world examples to get you building agents quickly.

Current Integrations

AgentUp Agents are able to present themselves as Tools to different frameworks, which brings the advantage of ensuring all Tool usage is consistent and secure, tracked and traceable.

Open Source and Community-Driven

AgentUp is Apache 2.0 licensed and built on open standards. The framework implements the A2A (Agent-to-Agent) specification for interoperability and follows the MCP (Model Context Protocol) for integration with the broader AI tooling ecosystem.

Contributing - Whether you're fixing bugs, adding features, or improving documentation, contributions are welcome. Join the growing community of developers building the future of AI agent infrastructure.

Community Support - Report issues, request features, and get help through GitHub Issues. Join real-time discussions and connect with other developers on Discord.

What is DCO Bot?

We use the Developer Certificate of Origin (DCO) to keep our project legally sound and protect our community. Its very common in open source projects (The Linux Kernel, Kubernetes, Docker).

The DCO prevents issues like accidentally including proprietary code and ensures all contributors have the right to submit their changes.

This protects both contributors and users of the project.

How to sign commits

Simply add the -s flag when committing:

git commit -s -m "Add awesome new feature"

This adds a "Signed-off-by" line certifying you wrote the code or have permission to contribute it under Apache 2.0. You keep ownership of your contributions - no paperwork required!


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

agentup-0.6.5.tar.gz (19.1 MB view details)

Uploaded Source

Built Distribution

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

agentup-0.6.5-py3-none-any.whl (525.7 kB view details)

Uploaded Python 3

File details

Details for the file agentup-0.6.5.tar.gz.

File metadata

  • Download URL: agentup-0.6.5.tar.gz
  • Upload date:
  • Size: 19.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for agentup-0.6.5.tar.gz
Algorithm Hash digest
SHA256 bfcb003fa0819d7c367735709570f35c450819ede8a275627f5ef3862b810cb3
MD5 14e3b7aa9c710ffc2977692335b261f1
BLAKE2b-256 f0fb653d5c3ffa3d11a7ee53eba694cfe83a5d19f3b1bcacce48a78f38276eca

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentup-0.6.5.tar.gz:

Publisher: publish.yml on RedDotRocket/AgentUp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentup-0.6.5-py3-none-any.whl.

File metadata

  • Download URL: agentup-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 525.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for agentup-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f880759b96e81dcda46ad8ee162488146b8c180bdccb09bc4405933acad9e972
MD5 71b9a7cfee649ebba0fb62c9b183d7d1
BLAKE2b-256 a1bdb4932be85e8c2ed1c5b9848f86d8c655ad8550e188a8c952d333d19ad9db

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentup-0.6.5-py3-none-any.whl:

Publisher: publish.yml on RedDotRocket/AgentUp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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