agent-kit 0.4.1

Toolkit for CLI tools integrating with AI agent loops
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# agent-kit Evals

Planned evaluations for verifying agent-kit behavior.

## Eval Index

| Eval | Status | What it verifies |
|------|--------|------------------|
| [environment_detection]environment_detection.md | planned | `detect()` correctly identifies each environment from env vars |
| [context_invariant]context_invariant.md | planned | `check_context_invariant` catches all machine-local path patterns |
| [hook_round_trip]hook_round_trip.md | planned | fire -> poll -> receive works end-to-end across transports |

## Running

Evals are designed to run as standalone test scenarios. Each eval document describes inputs, expected outputs, and pass criteria.