Skip to content

Tags: ArcadeAI/agent-library

Tags

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from arcadeai-labs/Spartee/update-arcade-mcp

Consolidate library introspection, expand multi-turn evals (v0.13.0)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix hybrid scoring (v0.12.0)

v0.11.0

Toggle v0.11.0's commit message
Bump version to 0.11.0

Unified search tools, typed enums for search parameters,
improved path handling, and optional tool configuration.

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from arcadeai-labs/Spartee/fix-date-filtering

Use file mtime for date filtering

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from arcadeai-labs/Spartee/fix-embed-dimension

feat: multi-modal embedding support (v0.9.0)

v0.8.0

Toggle v0.8.0's commit message
chore: bump version to 0.8.0

v0.7.0

Toggle v0.7.0's commit message
Release v0.7.0 - agent-library

Package published as 'agent-library' on PyPI
Install: pip install agent-library

Features:
- Library navigation tools
- Location suggestions for new content
- Resilient add_to_library with embedding fallbacks
- CLI command: libr

v0.6.0

Toggle v0.6.0's commit message
Release v0.6.0

Package renamed to 'libr' (available on PyPI)

Features:
- Library navigation tools (get_library_structure, get_library_sections)
- Location suggestions for new content (suggest_library_location)
- Resilient add_to_library with embedding fallbacks

Fixes:
- CLI compatibility with typer (Optional[] syntax)
- Ruff config for pyupgrade rules
- Mypy type ignores for optional provider dependencies

v0.5.0

Toggle v0.5.0's commit message
Release v0.5.0

Features:
- Library navigation tools (get_library_structure, get_library_sections)
- Location suggestions for new content (suggest_library_location)
- Resilient add_to_library with embedding fallbacks

Fixes:
- CLI compatibility with typer (Optional[] syntax)
- Ruff config for pyupgrade rules
- Mypy type ignores for optional provider dependencies