Skip to content

refactor: examples and README.md#2

Merged
waitasecant merged 5 commits into
mainfrom
dev
Jul 16, 2026
Merged

refactor: examples and README.md#2
waitasecant merged 5 commits into
mainfrom
dev

Conversation

@waitasecant

Copy link
Copy Markdown
Owner

No description provided.

- Add agent and conftest files for defining agent behavior and shared test config.
- Create tests for agent trajectory using toolsnap's replay functionality.
- Update main.py to utilize SnapSession for recording tool calls.
- Remove obsolete test and fixture files related to get_current_time.
- Enhance pytest plugin integration for seamless testing.
- Add agent and configuration files for Google ADK example.
- Introduce agent and configuration files for LangChain example.
- Implement tests for both examples using toolsnap for recording and replaying.
- Remove outdated fixture files and tests.
Clean up agent.py files by removing unnecessary 'os' imports
from both Google ADK and LangChain agent definitions.
@codecov-commenter

codecov-commenter commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.43%. Comparing base (9efa4f7) to head (ece4844).

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files          10       10           
  Lines         822      822           
  Branches      132      132           
=======================================
  Hits          768      768           
  Misses         35       35           
  Partials       19       19           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Add pytest plugin configuration directly in test files for better
integration and maintainability. This change simplifies the project
setup by eliminating the need for an entry point in the
pyproject.toml.
- Enhance explanation of toolsnap's purpose and advantages.
- Add sections on when to use toolsnap and when not to use it.
- Provide clearer examples for recording and replaying agent runs.
@waitasecant waitasecant changed the title refactor: TBA refactor: examples and README.md Jul 16, 2026
@waitasecant
waitasecant merged commit 2cc221d into main Jul 16, 2026
6 checks passed
@waitasecant
waitasecant deleted the dev branch July 16, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants