Multi-agent system with coordinator, researcher, fact-checker, and writer - #6
Draft
CDave79 wants to merge 3 commits into
Draft
Multi-agent system with coordinator, researcher, fact-checker, and writer#6CDave79 wants to merge 3 commits into
CDave79 wants to merge 3 commits into
Conversation
Introduces a verify step between research and writing — the coordinator now follows a research → fact-check → write workflow. The fact-checker identifies contradictions, unsupported claims, and gaps in findings. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BU3TrojRUz8XQcJrZhRG7o
Runs on PRs to main and pushes to main. Two parallel jobs: typecheck (tsc --noEmit) and build (tsc). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BU3TrojRUz8XQcJrZhRG7o
- @anthropic-ai/sdk: 0.88.0 → 0.105.0 - zod: 3.25.76 → 4.4.3 - typescript: 5.9.3 → 6.0.3 - @types/node: 22.19.20 → 26.0.0 - CI: Node 20 → 22 (current LTS) All typechecks pass — no breaking changes in the APIs we use. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BU3TrojRUz8XQcJrZhRG7o
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
@anthropic-ai/sdk)web_search) fans out parallel research queriesTest plan
npm installcompletes without errorsnpx tsc --noEmitpasses typechecknpm start -- "Brief me on X"runs the full coordinator pipelinenpm run research -- "topic"runs the researcher standalone🤖 Generated with Claude Code
https://claude.ai/code/session_01BU3TrojRUz8XQcJrZhRG7o
Generated by Claude Code