Skip to content

Tags: block/agent-task-queue

Tags

v0.4.1

Toggle v0.4.1's commit message
Bump version to 0.4.1 for release

Amp-Thread-ID: https://ampcode.com/threads/T-019db582-26d5-77cf-9d8f-1999fa4e579e
Co-authored-by: Amp <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
Bump version to 0.4.0 for release

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.3.0 for release (#10)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.2.0 for release (#8)

v0.2.0b1

Toggle v0.2.0b1's commit message
Bump version to 0.2.0b1 for beta release

Beta includes:
- PID reuse detection for orphaned task cleanup
- Instance tracking (server_id) for crashed process detection
- Proper asyncio.CancelledError handling for sub-agent cancellation
- Shared queue_core.py infrastructure

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.4

Toggle v0.1.4's commit message
Bump version to 0.1.4

v0.1.3

Toggle v0.1.3's commit message
Bump version to 0.1.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.2

Toggle v0.1.2's commit message
Clarify timeout applies to execution time, not queue wait

- Update tool docstring to clarify queue wait doesn't count
- Update README Key Features and Tool Parameters table
- Bump version to 0.1.2

v0.1.1

Toggle v0.1.1's commit message
Add CLI entry point for uvx support

- Add main() function as entry point
- Add [project.scripts] to pyproject.toml
- Add author and license metadata
- Update release badge in README
- Bump version to 0.1.1

v0.1.0

Toggle v0.1.0's commit message
Update README for PyPI release

- Simplify installation to use uvx instead of git clone
- Update all MCP client configs to use uvx
- Add CI and Release status badges
- Clarify Development section is for contributors