mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Contract tests * Testing embeedings * Agent unit tests * Knowledge pipeline tests * Turn on contract tests
10 lines
No EOL
348 B
Python
10 lines
No EOL
348 B
Python
"""
|
|
Unit tests for agent processing and ReAct pattern logic
|
|
|
|
Testing Strategy:
|
|
- Mock external LLM calls and tool executions
|
|
- Test core ReAct reasoning cycle logic (Think-Act-Observe)
|
|
- Test tool selection and coordination algorithms
|
|
- Test conversation state management and multi-turn reasoning
|
|
- Test response synthesis and answer generation
|
|
""" |