Agent-ChatRoom icon indicating copy to clipboard operation
Agent-ChatRoom copied to clipboard

A multi-agent chatroom for AutoGen agents

Results 8 Agent-ChatRoom issues
Sort by recently updated
recently updated
newest added

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

bug

- [ ] 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

roadmap

Possible route - release a python chatroom sdk that allows a `ConversableAgent` join the chatroom

roadmap