agent-sdk active

CodeFuse-muAgent

Maker: codefuse-ai License: Apache-2.0 Stars: 774 First released: 2024-04-21 Language: Python

About

CodeFuse-muAgent is Ant Group's multi-agent framework built around an Eventic Knowledge Graph engine: workflows are expressed as intent, workflow, tool, and character nodes on a drag-and-drop canvas, and the graph — not free-form model prompting — drives orchestration. Successful exploration paths are written back into the knowledge graph so subsequent runs reuse proven paths and spend fewer tokens rediscovering them. The framework bundles multi-agent orchestration, function calling, a code interpreter for sandboxed execution, and RAG, with tool registration handled through a Swagger-based protocol with permission management, plus visual debugging and monitoring. It was validated in complex DevOps scenarios at Ant Group and ships as the pip package codefuse-muagent, with an SDK (v2.2, January 2025) adding ekg-sdk and parallel execution; public development activity has been quiet since early 2025.

Other entries by codefuse-ai