Skip to content

Releases: LeapLabTHU/cooragent

v0.3.0

13 Jun 23:44

Choose a tag to compare

1. Agent Workflow version upgrade with three modes: Launch, Polish, and Production

  • Launch Mode: Designed for automated generation of Agent workflows, enabling rapid initialization and prototype construction.
  • Polish Mode: Facilitates collaborative refinement of workflows among multiple roles, enhancing process logic and execution efficiency through iterative optimization.
  • Production Mode: Ensures stable operation of Agent workflows in real-world business scenarios, with high reliability and fault tolerance.

2. CLI tool supports interactive polishing of Agent workflows

  • Enables flexible modification of core components via commands:
    • Features configuration, Workflow Graph;
    • Agent definitions, Tool integration, and Prompts.

3. Enhanced workflow concurrency capability

  • Optimized underlying architecture supports parallel processing of multiple tasks, significantly improving execution efficiency and resource utilization in complex scenarios.

v0.2.0: Merge pull request #55 from LeapLabTHU/learningCatHD-patch-3

07 May 10:14
e971002

Choose a tag to compare

  • Asynchronize the main processes to enhance the performance of the workflow.
  • Integrate MCP Services such as Claude Desktop, and Agents will automatically select and use these tools.
  • Support for Gaode mcp tools, support for aws-kb-retrieval mcp tools
  • Add the display of agent nick_name in the cli tool
  • Fix some bugs

v0.1.1

25 Apr 12:58
5d95762

Choose a tag to compare

  • Windows Support for CLI tool
  • Cooragent Start Business Support
  • Adjust human message to avoid exeception of some LLM

V0.1.0

22 Apr 11:48
09ed2d0

Choose a tag to compare

  • CoorAgent v0.1.0 Launched: One-Command Local Agent Clusters.
  • Agent Factory and Agent Workflow Combine to make infinit possibilites.
  • Adopts Prompt-Free Design