generated from jupyter-naas/data-product-framework
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: Add Bitcoin agent and related configurations #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jravenel
wants to merge
12
commits into
main
Choose a base branch
from
transactions-agent-simulation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…nging 'triple_store' to 'triplestore' and 'vector_store' to 'vectorstore' for consistency
…torstore' for consistency across documentation
- Added `chat-bitcoin-agent` command to the Makefile for running the Bitcoin agent. - Introduced test commands for Bitcoin price validation and consensus checks. - Removed the Bitcoin module and its components, including analytics, integration, models, and workflows, to streamline the codebase.
- Added a check to skip loading agents if a .skip file is present in the module directory. - Updated the docstring for the __load_agents method to clarify its purpose.
- Introduced a .skip file in the example module to indicate that it should be skipped during automatic loading. - This file serves as a template for new modules, ensuring they are not loaded into the system by default.
- Replaced the Bitcoin agent implementation with a new structure under `src/custom/modules/bitcoin`, including assistants, integrations, and pipelines. - Updated Makefile commands for the Bitcoin agent to use the new module structure. - Added README and initialization files for the Bitcoin module and its components. - Removed the old Bitcoin agent directory and its associated files to streamline the codebase. - Introduced tests for price validation and pipeline functionality to ensure accuracy and reliability.
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.
Description
This PR introduces a comprehensive Bitcoin agent that provides users with a natural language interface to Bitcoin-related information, price data, and transaction analysis. It includes several integrated components forming a complete solution.
Key Features
1. Bitcoin Agent
2. Analytics Module
3. Transaction Capabilities
4. Query Processing
5. Testing and Validation
6. Documentation and Examples
Code Structure
The implementation follows a modular design with the following components:
Testing
All components have been thoroughly tested:
The implementation includes Makefile targets for easy testing:
Related Issues
Closes #XXX (Bitcoin Agent Implementation)
Relates to #YYY (Specialized Agents Framework)
Screenshots
TBD