What is AIGNE?
🚀 Quick Start
Create Project
Run Agent
Serve as MCP Server
Testing
Observe Agent
Agent Definitions
Creating AI Agents
Creating MCP Agents
Creating Agents through JS Functions
Using the Observability
Building Your First Agent
Using MCP Server to Create Agents
Adding Skills to Agents
Enable Memory for Agent
Custom User Context
Serving Agents as APIs
Enable Memory for Client Agent
Available Chat Models
Complete AIGNE CLI Workflow Guide
AIGNE
Agent
FunctionAgent
AIAgent
TeamAgent
MCPAgent
GuideRailAgent
ChatModel
HTTP Transport
@aigne/agent-library
orchestrator
fs-memory
default-memory
@aigne/cli
@aigne/core
aigne
agents
agents/agent
agents/ai-agent
agents/guide-rail-agent
agents/mcp-agent
agents/team-agent
agents/transform-agent
agents/user-agent
memory
@aigne/platform-helpers
@aigne/publish-docs
@aigne/sqlite
@aigne/test-utils
@aigne/transport
http-server
http-client
License
Contributing to AIGNE Framework
Release Process
AIGNE is a powerful framework for orchestrating multiple Agents to build complex AI applications. It serves as a central coordination point for Agent
7/4/2025
Agent is the core foundation of the AIGNE framework. It's not just a simple class, but the soul of the entire Agent ecosystem. Through the Agent class
OverviewFunctionAgent is a core component in the AIGNE framework that allows developers to convert ordinary functions into intelligent agents. This do
OverviewAIAgent is a core component in the AIGNE framework that allows developers to easily create intelligent agents powered by Large Language Models
OverviewTeamAgent is a powerful component in the AIGNE framework that allows developers to combine multiple agents into a team to solve complex proble
OverviewMCPAgent is a specialized component in the AIGNE framework for interacting with servers that follow the Model Context Protocol (MCP). It allow
OverviewGuideRailAgent is a special agent type in the AIGNE framework that is used to validate, filter, and control the input and output of other agen
OverviewChatModel is a core component in the AIGNE framework that provides a unified interface for interacting with Large Language Models (LLMs). As a
OverviewHTTP Transport is an important component in the AIGNE framework that allows developers to expose AI agents as API services through the HTTP pr