Managai is a demo for dynamic LLM agent creation and execution.
One orchestrator agent takes the user command and spawns multiple agents with inferior models to execute single, simple tasks. At the end of the process flow, one agent will summarize and merge the input by the other agents.
The idea is that the orchestrator agent should answer with strictly valid JSON, which can then be interpreted by a agent flow engine to dynamically create and execute the worker agents.
- Java 21
OPENAPI_KEY
insrc/main/resources/application.properties
- Start
./gradlew bootRun
- Open http://localhost:8080/