Enhance Delve integration and improve agent functionality#24
Open
Ataxia123 wants to merge 3 commits intoSpritz-Labs:mainfrom
Open
Enhance Delve integration and improve agent functionality#24Ataxia123 wants to merge 3 commits intoSpritz-Labs:mainfrom
Ataxia123 wants to merge 3 commits intoSpritz-Labs:mainfrom
Conversation
### Changes: - Added DELVE_BONFIRE_ID to .env.example for agent registration with Delve. - Introduced new SQL migration for `delve_agent_config` table to manage agent configurations and registration statuses. - Updated package.json to include a test script for better testing capabilities. - Enhanced TypeScript configuration with `allowImportingTsExtensions` for improved module handling. - Integrated Delve client in agent chat API to send messages to the Delve knowledge graph. - Implemented new components for managing knowledge context and episode timelines in the UI. - Added tests for Delve client and related utilities to ensure reliability. This update lays the groundwork for improved AI agent knowledge management and interaction with the Delve knowledge graph.
…lRootRef type in EpisodeTimelineModal ### Changes: - Simplified episode ID usage in ChatKnowledgeContext by introducing a local variable for clarity. - Updated the type of scrollRootRef in EpisodeTimelineModal to allow for null values, enhancing type safety.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
delve_agent_configtable to manage agent configurations and registration statuses.allowImportingTsExtensionsfor improved module handling.This update lays the groundwork for improved AI agent knowledge management and interaction with the Delve knowledge graph.