Skip to main content

AYN - Agents You Need

The meta-framework for AI agent interoperability

Think "pip + Docker Hub + Postman" for AI agents.

License: MIT Python 3.8+

🎯 Vision

AYN solves the agent discovery and integration problem by providing:

  1. Unified Search across GitHub, HuggingFace, and awesome lists
  2. Standard Controller Interface for invoking any agent
  3. HTTP/REST Export via FastAPI and LangServe
  4. MCP Support for Model Context Protocol integration
  5. Custom Actions for ChatGPT and Claude

🚀 Quick Start

from ayn import AgentRegistry, BaseAgentController, export_agent_full_stack

# 1. Search for agents
registry = AgentRegistry()
results = registry.search('data preparation')

# 2. Create controller
controller = BaseAgentController.from_metadata(results[0])

# 3. Use the agent
result = controller.invoke({'data': [1, 2, 3]})

# 4. Export with all integrations
artifacts = export_agent_full_stack(
    controller,
    results[0],
    export_fastapi=True,
    export_mcp=True,
    export_chatgpt=True
)

📦 Installation

# Basic installation
pip install ayn

# With FastAPI support
pip install ayn[fastapi]

# With LangServe support
pip install ayn[langserve]

# Full installation
pip install ayn[all]

📚 Documentation

🏗️ Architecture

┌─────────────────────────────────────────────────────────────┐
│                      AYN Framework                          │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐    │
│  │   Search     │  │  Controller  │  │    Export    │    │
│  │   Registry   │  │  Interface   │  │    Layer     │    │
│  └──────────────┘  └──────────────┘  └──────────────┘    │
│         │                  │                  │            │
│  ┌──────▼──────┐  ┌────────▼────────┐  ┌─────▼─────┐    │
│  │  GitHub     │  │  BaseAgent      │  │  FastAPI  │    │
│  │  HuggingFace│  │  Controller     │  │  LangServe│    │
│  │  AwesomeLists│ └─────────────────┘  └───────────┘    │
│  └─────────────┘                                          │
│                                                             │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐    │
│  │  MCP Layer   │  │   Actions    │  │  Frameworks  │    │
│  │  Tools       │  │   ChatGPT    │  │  CrewAI      │    │
│  │  Resources   │  │   Claude     │  │  LangChain   │    │
│  │  Prompts     │  │   Gemini     │  │  AutoGen     │    │
│  └──────────────┘  └──────────────┘  └──────────────┘    │
└─────────────────────────────────────────────────────────────┘

🎓 Examples

See the examples/ directory for complete working examples:

🗺️ Roadmap

Phase 1: Core ✅ (Complete)

  • ✅ Agent metadata and registry
  • ✅ Standard controller interface
  • ✅ FastAPI export
  • ✅ MCP server support
  • ✅ ChatGPT/Claude actions

Phase 2: Search (In Progress)

  • ⏳ GitHub API integration
  • ⏳ HuggingFace search
  • ⏳ Awesome list parsing
  • ⏳ Caching and indexing

Phase 3: Installation (TODO)

  • ⬜ Dependency management (uv/pipx)
  • ⬜ Docker support
  • ⬜ Environment isolation
  • ⬜ Version management

Phase 4: Frameworks (TODO)

  • ⬜ CrewAI integration
  • ⬜ LangChain/LangGraph integration
  • ⬜ AutoGen integration
  • ⬜ SmolAgents integration

See AYN_IMPLEMENTATION_ROADMAP.md for detailed plans.

🤝 Contributing

Contributions welcome! Key areas:

  1. Searchers: Implement real API integrations
  2. Controllers: Add framework-specific controllers
  3. Export: Additional export formats
  4. Tools: MCP tools and resources
  5. Documentation: Examples and guides

📄 License

MIT License - see LICENSE file

🙏 Acknowledgments

Built on top of:

  • FastAPI for HTTP APIs
  • LangServe for LangChain integration
  • Model Context Protocol (Anthropic)

AYN - Making AI agents discoverable, interoperable, and deployable. 🚀

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ayn-0.0.3.tar.gz (54.3 kB view details)

Uploaded Source

Built Distribution

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

ayn-0.0.3-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file ayn-0.0.3.tar.gz.

File metadata

  • Download URL: ayn-0.0.3.tar.gz
  • Upload date:
  • Size: 54.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ayn-0.0.3.tar.gz
Algorithm Hash digest
SHA256 f9e45de32751d27a4f99941aa27d5d52fb7ebfb199c6c9695b68feb0d688e289
MD5 147d124508aec5e5f6416e641b4dd826
BLAKE2b-256 fab761f308b8a6344992aae2da5e4d46a688fda212512a70d6eb39e8fc35c3f6

See more details on using hashes here.

File details

Details for the file ayn-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: ayn-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ayn-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bd24fc083b14284094e7003f7c32530eeb34b62cad3a5c04c77cbd4961ceed37
MD5 66328ec8a24cc68e23fdb8ccf4636f87
BLAKE2b-256 1f36e78799e19c49a26a911a44a2e79c6c5fbaceebb66e235a216e1f9d8800be

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

2 files

0.0.2

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page