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
Collection of agent libraries for AIGNE Framework, providing pre-built agent implementations.Introduction@aigne/agent-library is a collection of agent
7/4/2025
Command-line tool for AIGNE Framework, providing convenient development and management capabilities.Introduction@aigne/cli is the official command-lin
Core library of AIGNE Framework for building AI-powered applications.Introduction@aigne/core is the foundation component of AIGNE Framework, providing
Usageimport { publishDocs } from "@aigne/publish-docs";await publishDocs({ sidebarPath: "./docs/_sidebar.md", // Path to your docsify sidebar file b
AIGNE Transport SDK providing HTTP client and server implementations for communication between AIGNE components within the AIGNE Framework.Introductio