• Joined on 2025-04-26
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-05 03:02:15 +00:00
ac9b0047ee Add Mermaid diagram support and update architecture documentation
b4c6277d2a Add telephone integration to roadmap documentation
Compare 4 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-04 03:21:42 +00:00
947af3a525 Refactor mkdocs.yml and add new documentation for workflow configuration and voice customization
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-04 02:57:29 +00:00
d03b3b0e0c Refactor mkdocs.yml for improved navigation structure
526024d603 Enhance assistant configuration documentation with details on persistence and runtime overrides
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-04 02:33:09 +00:00
a8fa66e9cc Update documentation to reflect changes in WebSocket API message formatting and knowledge base
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-04 02:01:49 +00:00
7d4af18815 Add output.audio.played message handling and update documentation
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-04 02:01:16 +00:00
530d95eea4 Enhance Docker configuration and update dependencies for Realtime Agent Studio
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 15:35:36 +00:00
4c05131536 Update documentation and configuration for Realtime Agent Studio
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 14:51:12 +00:00
eecde9f0fb Integrate React Query for data management and enhance Debug Preferences
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 09:35:15 +00:00
7fbf52078f Update documentation to reflect changes in quickstart navigation and API reference
a003134477 Update documentation to enhance clarity and resource configuration for RAS
85315ba6ca Update index.md to clarify RAS's core focus on large voice models
9734b38808 Add task list support and update roadmap in documentation
0a7a3253a6 Add emoji support and enhance documentation in RAS
Compare 7 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 07:12:02 +00:00
70b4043f9b Enhance DebugDrawer to support voice prompts in text prompt dialogs
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 06:27:55 +00:00
3aa9e0f432 Enhance DuplexPipeline to support follow-up context for manual opener tool calls
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 04:40:21 +00:00
fb017f9952 Refactor selectedToolSchemas logic in DebugDrawer to simplify tool ID normalization. Removed redundant inclusion of DEBUG_CLIENT_TOOLS, enhancing code clarity and performance.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 04:35:19 +00:00
00b88c5afa Add manual opener tool calls to Assistant model and API
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 18:47:39 +00:00
b5cdb76e52 Implement initial generated opener logic in DuplexPipeline to utilize tool-capable assistant turns when tools are available. Update tests to verify the correct behavior of the generated opener under various conditions, ensuring proper handling of user input and task management.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 18:38:56 +00:00
4d553de34d Refactor assistant greeting logic to conditionally use system prompt for generated openers. Update related tests to verify new behavior and ensure correct metadata handling in API responses. Enhance UI to reflect changes in opener management based on generated opener settings.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 18:18:36 +00:00
31b3969b96 Enhance ToolLibrary by adding sourceKey to ToolParameterDraft and updating related functions for improved schema management. Introduce normalization functions for object schemas and defaults, and refactor buildToolParameterConfig to utilize these enhancements. Update state management in ToolLibraryPage to accommodate new schema handling and defaults integration.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 17:56:58 +00:00
531688aa6b Enhance API documentation by adding new endpoints for ASR preview, assistant configuration retrieval, and knowledge base management. Update existing assistant and tool definitions for improved clarity and functionality. Remove outdated sections from history records documentation, ensuring a streamlined reference for users.
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 17:55:03 +00:00
3626297211 Implement schema editor functionality in ToolLibrary, allowing users to manage tool parameters with JSON schema validation. Add a drawer for schema editing, enhance state management for schema-related errors, and integrate schema defaults into tool parameter configuration. Update UI to include a button for opening the schema drawer.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 16:49:41 +00:00
1561056a3d Add voice_choice_prompt and text_choice_prompt tools to API and UI. Implement state management and parameter definitions for user selection prompts, enhancing user interaction and experience.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 15:14:19 +00:00
3a5d27d6c3 Implement runtime configuration debugging in DebugDrawer by adding a new function to format session metadata and WebSocket configuration. Update the display logic to enhance clarity and user experience, including renaming UI elements for better context.