kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
2 stars 11 forks source link

Create Initial Version of Supervisor Agent for Kyma Companion #112

Closed Teneroy closed 1 month ago

Teneroy commented 2 months ago

Description

The goal of this task is to create the initial version of the supervisor agent for Kyma Companion. This includes expanding the chat controller to accept necessary information, setting up a proper technique for the supervisor agent, and creating sample nodes for two agents and one tool for future development.

Subtasks

1. Expand Chat Controller:

2. Set Up Supervisor Agent Technique: Select and set up a suitable technique for the supervisor agent (for example Planning, Routing).

3. Create Sample Nodes:

Acceptance Criteria

Teneroy commented 2 months ago

https://github.com/langchain-ai/langgraph/blob/main/examples/multi_agent/agent_supervisor.ipynb

Teneroy commented 1 month ago
muralov commented 1 month ago

Further Improvements in the code:

Teneroy commented 1 month ago

Proper streaming format

muralov commented 1 month ago

Things that can be improved in the future:

muralov commented 1 month ago

Current LangGraph workflow graph