Releases: folathecoder/agentling
Releases · folathecoder/agentling
Release list
v0.1.0
v0.1.0 — first production-minded release
The core async framework plus a full production-hardening pass.
Highlights:
- Async ReAct loop: Agent (immutable config/factory) + AgentSession (isolated per-run state)
- OpenAI-compatible model adapter with retries; @tool with JSON-schema arg validation
- Typed memory with JSON persist/replay; streaming events + print_events; terminal run status
- Progressive-disclosure skills (SKILL.md) with a built-in load_skill tool
- Hardening: tool/model timeouts + cancellation, malformed-output recovery, error
redaction, output truncation, cumulative usage, and a context-window hook - Six runnable examples; ruff + mypy clean; 151 tests
Full changelog: CHANGELOG.md