跳转至

Core Components

Common functionality and system components.

  • agent/: Base agent for sub agents and description of already registered agents.
  • envs/: The environment and its tools, as well as the related actions of the tools. It is a three-level and one to many structure.
  • context: to be continued
  • swarm: Interactive collaboration in the topology structure of multiple agents that interact with the environment tools.
  • task: Structure containing datasets, agents, tools, metrics, outputs, etc.
  • runner: Complete a runnable specific workflow and obtain results.

Architecture