Universal Port for AI Agents

An open-source platform for connecting and orchestrating AI agents. Built by the community, for the community.

            %%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#4F46E5', 'primaryTextColor': '#ffffff', 'primaryBorderColor': '#818CF8', 'lineColor': '#A5B4FC', 'secondaryColor': '#E0E7FF', 'tertiaryColor': '#EEF2FF'}}}%%
            flowchart LR
                subgraph Core["Control Core"]
                    direction TB
                    A1["🔍 Parser"]
                    A2["⚡ Chain"]
                    A3["🔌 Protocol"]
                end

                C{"📡 /context"}

                subgraph Right["Integration Layer"]
                    direction TB
                    D["💾 Vector DB"]
                    SDK["🛠️ AgentPort SDK"]

                    subgraph Agents["Agent Network"]
                        direction TB
                        E1["🤖 Eliza"]
                        E2["🔧 Rig"]
                        E3["✨ Custom"]
                    end
                end

                Core --> |"Process"| C
                C -->|"Query"| SDK
                C -->|"Store"| D
                C -->|"Execute"| E1
                C -->|"Execute"| E2
                C -->|"Execute"| E3
                D <-->|"Sync"| SDK
                SDK -->|"Control"| E1
                SDK -->|"Control"| E2
                SDK -->|"Control"| E3
        

Core Features

🔌

Universal Connectivity

Connect any AI agent with our standardized interface. Built-in support for popular AI frameworks and models.

🔄

Agent Orchestration

Manage multiple agents and their interactions with a simple, intuitive API. Perfect for complex AI workflows.

🛠️

Developer First

Extensive documentation, examples, and tools to help you get started quickly. Active community support.