trustgraph/tests/unit/test_agent
Cyber MacGeddon 85fc5d0f4a - test_aggregator.py (16 tests) — register_fanout,
record_completion, get_original_request,
  build_synthesis_request, cleanup_stale
- test_provenance_triples.py (19 tests) — all 5 triple builders:
  decomposition, finding, plan, step_result, synthesis —
  verifying types, provenance links, goals/steps, document
  references, labels
- test_explainability_parsing.py (21 tests) — from_triples
  dispatch for all new types, parsing of goals/steps/documents,
  precedence ordering, backwards compatibility with
  Analysis/Conclusion

File: test_aggregator.py
Tests: 16
Covers: register_fanout, record_completion, get_original_request,
  build_synthesis_request, cleanup_stale
────────────────────────────────────────
File: test_provenance_triples.py
Tests: 19
Covers: All 5 triple builders: types, provenance links, goals/steps,
documents,
  labels
────────────────────────────────────────
File: test_explainability_parsing.py
Tests: 21
Covers: from_triples dispatch, parsing for Decomposition, Finding, Plan,
  StepResult
────────────────────────────────────────
File: test_pattern_base_subagent.py
Tests: 8
Covers: is_subagent, emit_subagent_completion
────────────────────────────────────────
File: test_completion_dispatch.py
Tests: 6
Covers: Completion detection logic, full aggregator integration flow,
synthesis
  not re-intercepted
────────────────────────────────────────
File: test_orchestrator_contracts.py
Tests: 7
Covers: Orchestration fields roundtrip, subagent-completion step, synthesis
  step, plan step

Tests
2026-03-31 13:09:22 +01:00
..
__init__.py Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
conftest.py Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
test_agent_service_non_streaming.py Add multi-pattern orchestrator with plan-then-execute and supervisor (#739) 2026-03-31 00:32:49 +01:00
test_agent_step_arguments.py MCP auth for the simple case (#557) 2025-11-11 12:28:53 +00:00
test_aggregator.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_completion_dispatch.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_conversation_state.py Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
test_explainability_parsing.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_mcp_tool_auth.py MCP auth for the simple case (#557) 2025-11-11 12:28:53 +00:00
test_meta_router.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_pattern_base_subagent.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_provenance_triples.py - test_aggregator.py (16 tests) — register_fanout, 2026-03-31 13:09:22 +01:00
test_react_processor.py master -> 1.5 (README updates) (#552) 2025-10-11 11:46:03 +01:00
test_reasoning_engine.py Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
test_tool_coordination.py Extending test coverage (#434) 2025-07-14 17:54:04 +01:00
test_tool_filter.py Feature/tool group (#484) 2025-09-03 23:39:49 +01:00
test_tool_service.py Tool services - dynamically pluggable tool implementations for agent frameworks (#658) 2026-03-04 14:51:32 +00:00
test_tool_service_lifecycle.py Updated test suite for explainability & provenance (#696) 2026-03-13 14:27:42 +00:00