You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update AbstractVision/Voice/Music capability plugin floors to the latest released versions and refresh packaging/docs references.
Co-authored-by: Cursor <cursoragent@cursor.com>
|**Text-to-Music**|`/v1/audio/music`|`prompt`| Generate music/audio through optional AbstractMusic backends; `abstractmusic>=0.1.8` supports remote ACE Music with `ACEMUSIC_API_KEY`|
65
+
|**Text-to-Music**|`/v1/audio/music`|`prompt`| Generate music/audio through optional AbstractMusic backends; `abstractmusic>=0.1.12` supports remote ACE Music with `ACEMUSIC_API_KEY`|
Copy file name to clipboardExpand all lines: llms-full.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> This is the "full context" companion to `llms.txt`: a single, self-contained guide for agents and developers using AbstractCore. It intentionally avoids GitHub link hubs; only a few external references are included (API-key signup pages).
4
4
5
5
Last updated: 2026-05-23
6
-
Package version: 2.13.26
6
+
Package version: 2.13.27
7
7
Supported Python: 3.9+; GitHub CI tests 3.9, 3.10, 3.11, 3.12, and 3.13.
8
8
9
9
## How to use this file (agents)
@@ -651,7 +651,7 @@ AbstractCore supports optional capability plugins discovered via Python entry po
651
651
- install `abstractvoice` -> enables `llm.voice` and `llm.audio` (TTS/STT)
652
652
- install `abstractvision` -> enables `llm.vision` (generative vision; often via an OpenAI-compatible images endpoint)
653
653
- install `abstractcore[music]` -> enables `llm.music` and music output routing for text-to-music through `abstractmusic`
654
-
- current plugin floors in this source: `abstractvoice>=0.10.14`, `abstractvision>=0.3.9`, `abstractmusic>=0.1.8`
654
+
- current plugin floors in this source: `abstractvoice>=0.10.15`, `abstractvision>=0.3.13`, `abstractmusic>=0.1.12`
655
655
656
656
Server note:
657
657
- the server can optionally expose `/v1/images/*` (requires `abstractvision`)
@@ -10202,7 +10202,7 @@ python -m abstractcore.utils.cli --prompt "What's in @document.pdf and @image.jp
10202
10202
To keep the default `abstractcore` install dependency-light while still enabling deterministic modality APIs, AbstractCore supports optional **capability plugins**:
- `abstractmusic` can provide `core.music` (text-to-music) when installed; `abstractmusic>=0.1.8` includes the remote ACE Music backend through `ACEMUSIC_API_KEY`.
10205
+
- `abstractmusic` can provide `core.music` (text-to-music) when installed; `abstractmusic>=0.1.12` includes the remote ACE Music backend through `ACEMUSIC_API_KEY`.
10206
10206
10207
10207
Discovery:
10208
10208
- `llm.capabilities.status()` returns a JSON-safe snapshot (which backends are available/selected, plus install hints).
Copy file name to clipboardExpand all lines: llms.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Unified Python interface for cloud + local LLM providers with streaming, tool calling, structured output, media handling (images/audio/video + documents), embeddings, and an optional OpenAI-compatible HTTP server. Default install stays lightweight; features are enabled via extras.
4
4
5
-
Last reviewed against source: 2026-05-23. Package version in source: 2.13.26. Supported Python: 3.9+; GitHub CI tests 3.9, 3.10, 3.11, 3.12, and 3.13.
5
+
Last reviewed against source: 2026-05-23. Package version in source: 2.13.27. Supported Python: 3.9+; GitHub CI tests 3.9, 3.10, 3.11, 3.12, and 3.13.
6
6
7
7
This is the curated, high-signal index for agents. For a self-contained handbook with the important details inlined, read `llms-full.txt`.
- [Provider setup guide](docs/prerequisites.md): env vars + examples for OpenAI/Anthropic/Ollama/LMStudio/MLX/HuggingFace/vLLM/OpenRouter/Portkey/OpenAI-compatible
63
63
- Install profile vocabulary: `abstractcore[apple]` is the hardware alias for the MLX local LLM stack, `abstractcore[gpu]` is the hardware alias for the vLLM local LLM stack, and `abstractcore[all-apple]` / `abstractcore[all-gpu]` are larger aggregate profiles.
64
-
- Optional media plugin floors in this source: `abstractvoice>=0.10.14`, `abstractvision>=0.3.9`, and `abstractmusic>=0.1.8`.
64
+
- Optional media plugin floors in this source: `abstractvoice>=0.10.15`, `abstractvision>=0.3.13`, and `abstractmusic>=0.1.12`.
0 commit comments