Conversation
Document the architecture redesign of the MCP tool integration in CHANGELOG.md, detailing the addition of a parallel fan-out/fan-in graph, improved agent prompts, and enhanced data source management. Update README.md to reflect the new path for the CHANGELOG and clarify the project structure. Ensure consistency in documentation across all relevant files.
…d query outputs Revise the research planner to generate structured NEWS_QUERIES and COMMUNITY_QUERIES, improving downstream agent interactions. Update community analyst and news scanner nodes to utilize these structured queries instead of raw user input, enhancing data handling and reducing reliance on regex parsing. Implement timeout handling in the MCP server for better error management during pipeline execution. Ensure all relevant tests are updated to reflect these changes, maintaining robust coverage across the new functionality.
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.
Summary
Adds Pattern 02: MCP Tool Integration -- exposes the crypto intelligence pipeline as an MCP tool with parallel fan-out/fan-in execution, alongside substantial infrastructure and documentation improvements.
Pattern 02 highlights
POST /runon:8000) and MCP (research_crypto_projecttool on:8001) running the same compiled LangGraphPattern 01 improvements
01-multi-agent-single-system→01-orchestrator-pipelineto match curriculum terminologyInfrastructure & tooling
infra/docker/base/Dockerfile.agent) for all examplesscripts/linting/run_mypy.py) to avoid duplicate module errors in the monoreposcripts/testing/run_test_suite.py) with auto-discovery.cursor/mcp.json, skills, and rules for development workflowDocumentation
docs/vision.mdand expandeddocs/curriculum.mdwith full pattern progressionCHANGELOG.mdandAGENTS.mdwith architecture decisionsShared library (
libs/common)configure_tracing()Test plan
uv run python scripts/testing/run_test_suite.pypasses for all examplesuv run python scripts/linting/run_mypy.pypassesuv run ruff check .anduv run ruff format --check .passdocker compose up --buildworks for both examples 01 and 02:8001/sseis discoverable by Claude Desktop / CursorPOST /runreturns full intelligence report with intermediate artifacts