Agent-ChatRoom
Agent-ChatRoom copied to clipboard
A multi-agent chatroom for AutoGen agents
Right now, the react planner infers available agnents from group message history, which causes hallucination. The hallucination can be reduced by having a more specific prompt with available agents information
- [ ] Add dotnet template for ChatRoom Agent [#116]
restructure the website in the following table of contents # Guide ## Develop an agent ## Develop an orchestrator ## Deploy to cloud service
- [ ] use `IAsyncEnumerable` in `AgentObserver` - [ ] return streaming message as sse from controller - [ ] in chatroom-ui, support showing streaming message
Possible route - release a python chatroom sdk that allows a `ConversableAgent` join the chatroom