-
Notifications
You must be signed in to change notification settings - Fork 0
Features #1
Description
-
Implement a way to store and show recent sessions
-
- Implement a "Call Agent" to manually call the agent in the voice call, or better yet, make it automatically join whenever the meeting is created. - Agent now automatically joins the call
-
Implement better code indexing, storage and context retrieval during AI calls. One option is RAG and Vector stores, but I think the world moved on from those. Figure out a way to better provide relevant context to the AI on-demand in real-time time while minimizing latency.
-
Implement the ability to track usage statistics. Important for pricing. Rate limit the user when their usage stats exceed their pricing tier.
-
Implement agentic capabilities. Some ideas:
user says "create issues on github for whatever //TODO I have in my codebase". the agent creates those issues.
(think of new ideas here)