any-agent-wrapper


Nameany-agent-wrapper JSON
Version 0.2.10 PyPI version JSON
download
home_pageNone
SummaryUniversal framework for containerizing AI agents from any framework (Google ADK, AWS Strands, LangChain) into standardized Docker containers with A2A protocol support
upload_time2025-09-19 16:48:53
maintainerWes Etheredge
docs_urlNone
authorWes Etheredge
requires_python>=3.10
licenseApache-2.0
keywords a2a agent agent-framework ai api automation aws-strands containerization docker fastapi framework google-adk langchain llm llm-framework microservices protocol rest-api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Any Agent - Universal AI Agent Containerization Framework

A Python framework for automatically containerizing AI agents from any framework into standardized, protocol-compliant Docker containers.

## Overview

Take any local AI agent and automatically wrap it in a Docker container with consistent APIs. Supports A2A protocol, OpenAI-compatible endpoints, and provides a React web UI.

![any-agent-UI.png](https://raw.githubusercontent.com/Open-Agent-Tools/any-agent/main/docs/any-agent-UI.png)

## Supported Frameworks

- **Google ADK** ✅ Fully functional
- **AWS Strands** ✅ Fully functional
- **LangChain** 🔄 Detection ready
- **CrewAI** 🔄 Detection ready

## Installation

```bash
pip install any-agent-wrapper
```

## Quick Start

```bash
# Auto-detect and containerize any agent
any-agent ./my_agent/

# With specific framework (uses framework default port)
any-agent ./my_agent/ --framework adk

# With custom port override
any-agent ./my_agent/ --framework aws-strands --port 8080

# Registry deployment
any-agent ./agent/ --push registry.com/my-agent:v1.0
```

## Key Features

- **Automatic Framework Detection** - Works with Google ADK, AWS Strands, LangChain, CrewAI
- **Standardized APIs** - A2A protocol, health checks, agent discovery
- **Docker Containerization** - Optimized containers with consistent interfaces
- **React Web UI** - TypeScript + Material-UI interface for all agents
- **Multi-Protocol Support** - A2A, OpenAI-compatible endpoints

## API Endpoints

All agents expose:
- `GET /health` - Health check
- `GET /.well-known/agent-card.json` - Agent metadata
- `POST /message:send` - A2A protocol messaging
- `GET /` - React web interface

## Requirements

- Python 3.8+
- Docker
- Framework-specific dependencies as needed

## Documentation

### 📖 User Documentation
- **[User Guide](docs/user_guide.md)** - Complete usage guide with CLI reference and examples
- **[Changelog](docs/changelog.md)** - Release history and version notes

### 🔧 Developer Documentation
- **[Developer Guide](docs/developer_guide.md)** - Development setup, architecture, and contribution guide
- **[Product Requirements](PRD/README.md)** - Complete product definition and technical specifications

### 📋 Quick Navigation
- **New User?** → [User Guide](docs/user_guide.md)
- **Developer?** → [Developer Guide](docs/developer_guide.md)
- **Product Overview?** → [Product Requirements](PRD/README.md)

## Status

**Version**: 0.2.0 (Fully Functional)
**PyPI**: `pip install any-agent-wrapper`
**Test Coverage**: 381 tests passing
**Architecture**: Consolidated with <5% code duplication

Full A2A protocol compliance, comprehensive testing, and deployments across multiple frameworks.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "any-agent-wrapper",
    "maintainer": "Wes Etheredge",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "a2a, agent, agent-framework, ai, api, automation, aws-strands, containerization, docker, fastapi, framework, google-adk, langchain, llm, llm-framework, microservices, protocol, rest-api",
    "author": "Wes Etheredge",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/98/d4/45fd95c1b917abeefcc16db4d5d5b836f3c36d47547638cc83cfa54bd246/any_agent_wrapper-0.2.10.tar.gz",
    "platform": null,
    "description": "# Any Agent - Universal AI Agent Containerization Framework\n\nA Python framework for automatically containerizing AI agents from any framework into standardized, protocol-compliant Docker containers.\n\n## Overview\n\nTake any local AI agent and automatically wrap it in a Docker container with consistent APIs. Supports A2A protocol, OpenAI-compatible endpoints, and provides a React web UI.\n\n![any-agent-UI.png](https://raw.githubusercontent.com/Open-Agent-Tools/any-agent/main/docs/any-agent-UI.png)\n\n## Supported Frameworks\n\n- **Google ADK** \u2705 Fully functional\n- **AWS Strands** \u2705 Fully functional\n- **LangChain** \ud83d\udd04 Detection ready\n- **CrewAI** \ud83d\udd04 Detection ready\n\n## Installation\n\n```bash\npip install any-agent-wrapper\n```\n\n## Quick Start\n\n```bash\n# Auto-detect and containerize any agent\nany-agent ./my_agent/\n\n# With specific framework (uses framework default port)\nany-agent ./my_agent/ --framework adk\n\n# With custom port override\nany-agent ./my_agent/ --framework aws-strands --port 8080\n\n# Registry deployment\nany-agent ./agent/ --push registry.com/my-agent:v1.0\n```\n\n## Key Features\n\n- **Automatic Framework Detection** - Works with Google ADK, AWS Strands, LangChain, CrewAI\n- **Standardized APIs** - A2A protocol, health checks, agent discovery\n- **Docker Containerization** - Optimized containers with consistent interfaces\n- **React Web UI** - TypeScript + Material-UI interface for all agents\n- **Multi-Protocol Support** - A2A, OpenAI-compatible endpoints\n\n## API Endpoints\n\nAll agents expose:\n- `GET /health` - Health check\n- `GET /.well-known/agent-card.json` - Agent metadata\n- `POST /message:send` - A2A protocol messaging\n- `GET /` - React web interface\n\n## Requirements\n\n- Python 3.8+\n- Docker\n- Framework-specific dependencies as needed\n\n## Documentation\n\n### \ud83d\udcd6 User Documentation\n- **[User Guide](docs/user_guide.md)** - Complete usage guide with CLI reference and examples\n- **[Changelog](docs/changelog.md)** - Release history and version notes\n\n### \ud83d\udd27 Developer Documentation\n- **[Developer Guide](docs/developer_guide.md)** - Development setup, architecture, and contribution guide\n- **[Product Requirements](PRD/README.md)** - Complete product definition and technical specifications\n\n### \ud83d\udccb Quick Navigation\n- **New User?** \u2192 [User Guide](docs/user_guide.md)\n- **Developer?** \u2192 [Developer Guide](docs/developer_guide.md)\n- **Product Overview?** \u2192 [Product Requirements](PRD/README.md)\n\n## Status\n\n**Version**: 0.2.0 (Fully Functional)\n**PyPI**: `pip install any-agent-wrapper`\n**Test Coverage**: 381 tests passing\n**Architecture**: Consolidated with <5% code duplication\n\nFull A2A protocol compliance, comprehensive testing, and deployments across multiple frameworks.",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Universal framework for containerizing AI agents from any framework (Google ADK, AWS Strands, LangChain) into standardized Docker containers with A2A protocol support",
    "version": "0.2.10",
    "project_urls": {
        "Bug Tracker": "https://github.com/Open-Agent-Tools/any-agent/issues",
        "Changelog": "https://github.com/Open-Agent-Tools/any-agent/releases",
        "Documentation": "https://github.com/Open-Agent-Tools/any-agent#readme",
        "Homepage": "https://github.com/Open-Agent-Tools/any-agent",
        "Repository": "https://github.com/Open-Agent-Tools/any-agent",
        "Source Code": "https://github.com/Open-Agent-Tools/any-agent"
    },
    "split_keywords": [
        "a2a",
        " agent",
        " agent-framework",
        " ai",
        " api",
        " automation",
        " aws-strands",
        " containerization",
        " docker",
        " fastapi",
        " framework",
        " google-adk",
        " langchain",
        " llm",
        " llm-framework",
        " microservices",
        " protocol",
        " rest-api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10c069252bc533906d04dc968de3c0a3145a67e8d396f0206ae3ef0760f98623",
                "md5": "fc93b1edc7cf609be789d59e6e94ed99",
                "sha256": "1c63f41acba73726682ca5b89dcf6fc5db849e32e5fb0013056fc8f4a9d8ab74"
            },
            "downloads": -1,
            "filename": "any_agent_wrapper-0.2.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc93b1edc7cf609be789d59e6e94ed99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 716648,
            "upload_time": "2025-09-19T16:48:52",
            "upload_time_iso_8601": "2025-09-19T16:48:52.180760Z",
            "url": "https://files.pythonhosted.org/packages/10/c0/69252bc533906d04dc968de3c0a3145a67e8d396f0206ae3ef0760f98623/any_agent_wrapper-0.2.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98d445fd95c1b917abeefcc16db4d5d5b836f3c36d47547638cc83cfa54bd246",
                "md5": "e0cb7ded93dfdd9cb989928edee51ca1",
                "sha256": "6b568f5e7257f8598623e58f21151f3df8f4a37c7bae1049d69ac1410a730701"
            },
            "downloads": -1,
            "filename": "any_agent_wrapper-0.2.10.tar.gz",
            "has_sig": false,
            "md5_digest": "e0cb7ded93dfdd9cb989928edee51ca1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 829598,
            "upload_time": "2025-09-19T16:48:53",
            "upload_time_iso_8601": "2025-09-19T16:48:53.743884Z",
            "url": "https://files.pythonhosted.org/packages/98/d4/45fd95c1b917abeefcc16db4d5d5b836f3c36d47547638cc83cfa54bd246/any_agent_wrapper-0.2.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-19 16:48:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Open-Agent-Tools",
    "github_project": "any-agent",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "any-agent-wrapper"
}
        
Elapsed time: 1.45561s