tailtest
v0.3.0
Published
LLM-first test layer for AI coding tools. https://tailtest.com
Downloads
1,511
Maintainers
Readme
tailtest
The pytest for AI agents.
You don't write tests. You build your agent - tailtest watches, learns, tests.
What tailtest is
- Auto-generate tests by observing your development (Position 0)
- 26 assertion types: deterministic first, LLM-judge second
- 64 red-team attacks with OWASP compliance
- 20 CLI commands including wrap, interview, record/replay
- Works with any framework (LangChain, CrewAI, PydanticAI, raw API)
- Production monitoring with drift detection
- Zero telemetry, fully local, Apache 2.0
Install (Python)
pip install tailtester
tailtest scan .
tailtest runLinks
- Website: https://tailtest.com
- GitHub: https://github.com/avansaber/tailtest
- PyPI: https://pypi.org/project/tailtester
- License: Apache 2.0
