一个用 C# .NET 10 写的 Agentic 框架,参考 ReAct 范式,支持渐进式技能 (Skill) 加载、 多家大模型 Provider、MCP Server、图像识别、流式 WebAPI、React WebUI、钉钉集成。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qianyuan.aiagenticfr": {
"command": "npx",
"args": [
"-y",
"zhouguoqing/QianYuan.AIAgenticFramework"
]
}
}
}
Run in terminal:
claude mcp add qianyuan.aiagenticfr npx -y zhouguoqing/QianYuan.AIAgenticFramework
Add to .cursor/mcp.json:
{
"mcpServers": {
"qianyuan.aiagenticfr": {
"command": "npx",
"args": [
"-y",
"zhouguoqing/QianYuan.AIAgenticFramework"
]
}
}
}