You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Geboers
efb3a8fbd2
fix: agent-native audit — parameterize thresholds, add CRUD tests, tool discovery
Audit fixes for agent-native architecture gaps:
- agent_tools/content.py: parameterize healthy_threshold in check_embedding_quality
- agent_tools/__init__.py: add __all__ exports and list_tools() runtime discovery
- agent_tools/database.py: add CRUD primitives (create_motion, update_motion, delete_report)
plus query_embeddings, query_similar_motions, query_compass_positions
- tests/agent_tools/test_database_tools.py: add CRUD tool tests
- tests/agent_tools/test_content_tools.py: add parameterized threshold test
- tests/agent_tools/test_package.py: test list_tools() and package imports
Tests: 245 passed, 3 skipped
|
4 weeks ago |
| .. |
|
test_analysis_tools.py
|
feat: implement agent-native architecture (U1-U6)
|
4 weeks ago |
|
test_content_tools.py
|
fix: agent-native audit — parameterize thresholds, add CRUD tests, tool discovery
|
4 weeks ago |
|
test_database_tools.py
|
fix: agent-native audit — parameterize thresholds, add CRUD tests, tool discovery
|
4 weeks ago |
|
test_package.py
|
fix: agent-native audit — parameterize thresholds, add CRUD tests, tool discovery
|
4 weeks ago |
|
test_parity.py
|
feat: implement agent-native architecture (U1-U6)
|
4 weeks ago |
|
test_pipeline_tools.py
|
feat: implement agent-native architecture (U1-U6)
|
4 weeks ago |