alipay / agentUniverse

agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent applications.
Apache License 2.0
673 stars 82 forks source link

Refactor: the original prompt util methods & the handle_prompt method of the planner, etc #14

Closed EdwinInAu closed 3 months ago

EdwinInAu commented 3 months ago

Refactor:

  1. [Refactor: the code structure of the original prompt util methods]
  2. [Refactor: the code structure of the default agents in agentUniverse]
  3. [Refactor: the handle_prompt method of the planner in agentUniverse]
  4. [Refactor: the prompt files in sample_standard_app package of agentUniverse]