Releases: agi-inc/agisdk
Releases · agi-inc/agisdk
0.3.5
v2 — 0.3.5 · Tasks v2 (121 tasks)
This release publishes v2 of the task set (package version 0.3.5) and includes 121 tasks (new and updated).
Highlights
- 121 tasks added and/or updated
- Focused on expanding task coverage and improving task validation
What’s changed (high-level)
- Added 121 new/updated tasks to the task set
- Improvements to task validation and error reporting
- Minor stability and formatting fixes
Compatibility & Upgrade notes
- Backwards-compatible with existing v1 tasks. No breaking changes expected.
- If you rely on task ordering or specific task IDs, please validate your pipelines against v2.
- Recommended upgrade path:
- Update your dependency to
0.3.5. - Run your existing test pipeline against the new task set.
- Report any issues to the repo with reproduction steps and task IDs.
- Update your dependency to
Installation
Update your dependency to the new release (example):
pip install --upgrade agisdk==0.3.5
0.2.9
0.2.8
0.2.7
0.2.6
0.2.6
feat: create minimal human_run.py for manual task execution - Created new minimal human_run.py with HumanAgent class - Removed human_run_local.py (replaced by simpler implementation) - HumanAgent only prompts for user input without LLM dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>