Metadata-Version: 2.4
Name: xgae
Version: 0.3.5
Summary: Extreme General Agent Engine
Requires-Python: >=3.11
Requires-Dist: colorlog>=6.9.0
Requires-Dist: langchain-mcp-adapters>=0.1.9
Requires-Dist: langfuse==2.60.9
Requires-Dist: litellm>=1.71.1
Requires-Dist: mcp>=1.11.0
Provides-Extra: examples
Requires-Dist: chromadb==1.1.0; extra == 'examples'
Requires-Dist: langchain-community==0.3.29; extra == 'examples'
Requires-Dist: langgraph==0.6.5; extra == 'examples'
Description-Content-Type: text/markdown

## XGAE: Extreme General Agent Engine 
### Functional Features
- Support Custom prompt and external MCP Tools
- Support Langfuse
- Support Langgraph
- Support GAIA2 ARE agent and Custom MCP Apps
- Support Human-in-Loop in agent
- Can Use A2A protocol call A2A Agent as tool by 'xgaproxy' project
- Can Use E2B or Daytona Sandbox of 'xgatools' project

### Non-Functional Features
- Faster than SUNA Engine's speed
- Architecture is lighter than SUNA Engine
- Separate tools from Agent Engine

### Examples
- langgraph:  Build React mode Langgraph Agent by XGA Engine
- are: Build GAIA2 ARE Agent by XGA Engine
- engine: Use XGA Engine in various scenarios
- tools: Simulation tools for example and test