Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/envs/echo_env/server/README.md → src/envs/echo_env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,3 @@ That's it! The `create_fastapi_app` helper automatically:
- Handles serialization/deserialization
- Manages request/response formatting
- Provides health checks

## Why Echo Environment?

This environment is perfect for testing because:

✅ **Simple** - Minimal logic, easy to understand
✅ **Fast** - No heavy computation
✅ **Deterministic** - Same input = same output
✅ **Complete** - Tests all Environment methods
✅ **Verifiable** - Easy to verify correctness

Use it to test:
- HTTP serialization/deserialization
- Environment interface implementation
- Server/client communication
- Error handling