Documentation Index
Fetch the complete documentation index at: https://icrl.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Python Interface
(observation, done, success).
TypeScript Interface
Practical Rules
- Store the goal in
reset. - Keep observation text actionable.
- Terminate episodes via
done. - Set
successonly on true goal completion.
Reference Implementations
- Python file environment:
examples/file_api_env.py - Python coding environment:
examples/harbor_coding_agent.py - TypeScript demos:
icrl-ts/examples/*.ts

