You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to enhance the AI in Action bot to enable users to query information about previous talks. The bot should be able to respond to questions like "@bot has there been a talk about A2A before?" or "@bot what talks have been about agents?". Response should follow same format as responses to questions about upcoming speakers.
This will require planning the architecture and implementation. Please use a modular approach to facilitate independent testing of components.
Design the high-level architecture for this feature, considering how to store and retrieve information about past talks.
Break down the implementation into smaller, manageable steps.
Specify which files need to be updated or added, including mongo db for storing talk information and for handling user queries.
Outline how the modular design will support independent testing of each component.
this is a low usage app, don’t need to rely on the db for querying specific talks, just pull all and let LLM evaluate matches
Before making any changes, please provide a planning doc detailing the architecture, steps, and file modifications.
PR to close this issue should contain:
Planning doc docs/plans/03-talk-history.md that specifies the required tests and implementation
New tests from planning doc
New implementation changes from planning doc
The text was updated successfully, but these errors were encountered:
We want to enhance the AI in Action bot to enable users to query information about previous talks. The bot should be able to respond to questions like "@bot has there been a talk about A2A before?" or "@bot what talks have been about agents?". Response should follow same format as responses to questions about upcoming speakers.
This will require planning the architecture and implementation. Please use a modular approach to facilitate independent testing of components.
Before making any changes, please provide a planning doc detailing the architecture, steps, and file modifications.
PR to close this issue should contain:
docs/plans/03-talk-history.md
that specifies the required tests and implementationThe text was updated successfully, but these errors were encountered: