Commit Graph

6 Commits

Author SHA1 Message Date
brent.edwards 17fe46d925 test(behave): fix behave tests
CI / lint (pull_request) Successful in 18s
CI / typecheck (pull_request) Successful in 26s
CI / security (pull_request) Successful in 17s
CI / quality (pull_request) Successful in 14s
CI / build (pull_request) Successful in 12s
CI / behave (3.13) (pull_request) Failing after 3m50s
CI / docker (pull_request) Has been skipped
CI / helm (pull_request) Has been skipped
CI / coverage (pull_request) Failing after 4m20s
There had been over 100 behave tests failing. There should be none failing now.
2026-02-12 04:47:02 +00:00
freemo dd733b38d1 Feat: Finished stage 5, replacing manual retrys and auditing with LangChain based retrys 2025-12-10 20:25:11 -05:00
freemo af5093c881 Chore: Got code coverage up to 98% 2025-11-19 22:40:53 -05:00
freemo 89197cd4d3 Fix: improved coverage on context analysis agent 2025-11-18 23:09:56 -05:00
freemo c7a24d37a1 feat: rewrite ContextAnalysisAgent tests to match implementation
- Updated context_analysis_agent_coverage.feature with 86 scenarios
- Tests now match the actual ContextAnalysisAgent API
- Tests cover all 5 workflow nodes: load_files, analyze_dependencies,
  chunk_documents, score_relevance, summarize_context
- Tests cover initialization, async execution, streaming, error handling
- Fixed agents/__init__.py to properly import ContextAnalysisAgent
- Step definitions need to be rewritten to match new tests

Related to implementation_plan.md Phase 2 Week 11 task
2025-11-19 03:08:41 +00:00
freemo 958c29b18a Feat: Moved to langchain based providers 2025-11-18 00:10:29 -05:00