Skip to content

Add governance research agent community contribution#566

Open
james062ad wants to merge 1 commit intoed-donner:mainfrom
james062ad:geoffrey/governance-research-contribution
Open

Add governance research agent community contribution#566
james062ad wants to merge 1 commit intoed-donner:mainfrom
james062ad:geoffrey/governance-research-contribution

Conversation

@james062ad
Copy link

Summary

  • Adds a forensic-grade governance research multi-agent system for Week 2 Deep Research Agent assignment
  • Implements two orchestration approaches for comparison:
    • Workflow (app.py): Deterministic Python-controlled pipeline for regulatory/legal work
    • Agentic (app_agentic.py): LLM-controlled via agents-as-tools pattern for exploratory research
  • Features query decomposition to convert abstract questions into metric-seeking sub-queries
  • Includes citation-enforced verification with independent claim checking against source chunks

Test plan

  • Verify README renders correctly with tables and code blocks
  • Check that PDFs are excluded (via .gitignore) and screenshots are included
  • Confirm notebook has no outputs

🤖 Generated with Claude Code

Multi-agent system for forensic-grade corporate governance research with
citation-enforced verification. Includes two orchestration approaches:
- Workflow (app.py): Deterministic Python-controlled pipeline
- Agentic (app_agentic.py): LLM-controlled via agents-as-tools pattern

Features query decomposition for abstract questions, BM25 search over
PDF chunks, and independent verification of all claims against sources.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ed-donner
Copy link
Owner

Ah - same comment as before - also this seems to be changing the gitignore outside community_contributions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants