Skip to content

feat(agents): add AgentSession for stateful multi-turn async conversa…

9148112
Select commit
Loading
Failed to load commit list.
Draft

feat(agents): add AgentSession for stateful multi-turn async conversations #2593

feat(agents): add AgentSession for stateful multi-turn async conversa…
9148112
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2026 in 1s

92.79% (+0.02%) compared to 43efd75

View this Pull Request on Codecov

92.79% (+0.02%) compared to 43efd75

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.79%. Comparing base (43efd75) to head (9148112).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2593      +/-   ##
==========================================
+ Coverage   92.76%   92.79%   +0.02%     
==========================================
  Files         480      481       +1     
  Lines       48511    48685     +174     
==========================================
+ Hits        45003    45176     +173     
- Misses       3508     3509       +1     
Files with missing lines Coverage Δ
cognite/client/_api/agents/agents.py 100.00% <100.00%> (ø)
cognite/client/_sync_api/agents/agents.py 100.00% <ø> (ø)
cognite/client/data_classes/agents/__init__.py 100.00% <100.00%> (ø)
cognite/client/data_classes/agents/session.py 100.00% <100.00%> (ø)
tests/tests_unit/test_api/test_agents.py 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.