Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External / Internal frameworks implementation (+ multi-agent) #28

Open
GALLLASMILAN opened this issue Jan 21, 2025 · 0 comments
Open

External / Internal frameworks implementation (+ multi-agent) #28

GALLLASMILAN opened this issue Jan 21, 2025 · 0 comments
Assignees

Comments

@GALLLASMILAN
Copy link
Contributor

GALLLASMILAN commented Jan 21, 2025

How to implement our observability to external tools/frameworks like:

multi-agent-system:

agent creates the traceId
generate flowId


Call bee-agent-framework + observabilita

SINGLE agent

  • tracing between javascript and Python languages ​​will be unified. In the python version of bee-hive, the emitter principle is already used. TODO: It will be necessary to provide the same trace interface -> so that the same thing is sent in both languages.
    @tomas.dvorak
  • Single-agent support = We will use external frameworks (CrewAI, Atogen, AWS labs) and for each framework, we will need to make a "wrapper" that will compile events compatible with our framework from the internal emitter/log. For some frameworks, this will not even work, for example in AWS labs. => It will not work for those that do not support the emitter pattern (there will be more of these).
  • In terms of compatibility of basic events, we will be able to provide most event names, but not data. So we will not be able to select specific data, such as rawPrompt now (an internal thing)

MULTI agent

  • for support in the framework for "multi-agent systems" we will only support input/output in the first version. (for example -> now I started agent xx from crewUI, and now agent xx from crewAI has finished).
  • "multi-agent approach" => We will support both (agent/workflow). This means that for example in aws-lab we can export a single agent and then use it within the workflow in bee, but we can also export the entire orchestration (multi-agent) and then use it in our bee. So we will have to provide instrumentation at both levels.

Autogen

AUTOGEN ANALYSIS 👁

Aws labs

Multi-Agent (awslabs) ANALYSIS

@GALLLASMILAN GALLLASMILAN self-assigned this Jan 21, 2025
@GALLLASMILAN GALLLASMILAN changed the title External frameworks implementation External / Internal frameworks implementation (+ multi-agent) Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant