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

Titel: "Implementiere AutoGen Base Agent" #1269

Open
jalalnet24 opened this issue Jul 27, 2024 · 1 comment
Open

Titel: "Implementiere AutoGen Base Agent" #1269

jalalnet24 opened this issue Jul 27, 2024 · 1 comment

Comments

@jalalnet24
Copy link

Erstelle eine Python-Klasse AutoGenBaseAgent, die von autogen.AssistantAgent und unserer BaseAgent-Klasse erbt. Implementiere die Initialisierung mit name, system_message, und llm_config. Füge Methoden für die Integration von AutoGen-Funktionalitäten mit unseren bestehenden BaseAgent-Methoden hinzu. Stelle sicher, dass die Klasse kompatibel mit dem bestehenden Agentensystem ist und die grundlegenden Logging- und Fehlerbehandlungsfunktionen beibehält.

Dateipfad: mats/backend/app/agents/autogen_base_agent.py
.env-pfad: mats/.env

Akzeptanzkriterien:

  • AutoGenBaseAgent-Klasse erstellt und erbt von autogen.AssistantAgent und BaseAgent
  • Initialisierungsmethode implementiert mit erforderlichen Parametern
  • AutoGen-Funktionalitäten integriert
  • Kompatibilität mit bestehendem Agentensystem sichergestellt
  • Logging- und Fehlerbehandlungsfunktionen beibehalten
@bereydev
Copy link

Hey there! I think you would have a better chance to have an answer from the dev community by writing your message in English 😉

Here is for reference, the translation of your ticket with ChatGPT-4.0:

Create a Python class AutoGenBaseAgent that inherits from both autogen.AssistantAgent and our BaseAgent class. Implement initialization with name, system_message, and llm_config. Add methods to integrate AutoGen functionalities with our existing BaseAgent methods. Ensure the class is compatible with the existing agent system and retains basic logging and error-handling functionality.

File path: mats/backend/app/agents/autogen_base_agent.py
.env path: mats/.env

Acceptance Criteria:
• AutoGenBaseAgent class is created and inherits from autogen.AssistantAgent and BaseAgent.
• Initialization method is implemented with the required parameters.
• AutoGen functionalities are integrated.
• Compatibility with the existing agent system is ensured.
• Logging and error-handling functionalities are retained._

@jalalnet24 In case the translation is inaccurate feel free to comment or update your initial message.

According to your description it seems more like TODO item than an issue 🤔 Do you have any WIP or maybe a PR linked to this ticket in order to take a look at it?

In case it's more a proposition I think adding more context and clear reasons on why this would be an upgrade of the repo would be more inviting for other developers to start working on your proposition!

Have a great evening 🌇

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

2 participants