📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Jetski + Gemini Lazy Skill Loader (Example)
|
||||
|
||||
> **Custom-host example:** This is a low-level, direct-manifest integration for Jetski/Cortex-style hosts. Codex and Claude Code users should start with [AAS Core](../../users/aas-core.md), which exposes neutral, deterministic catalog retrieval and validates exact agent-selected IDs through a bounded, read-only MCP server.
|
||||
|
||||
This example shows one way to integrate **agentic-awesome-skills** with a Jetski/Cortex‑style agent using **lazy loading** based on `@skill-id` mentions, instead of concatenating every `SKILL.md` into the prompt.
|
||||
|
||||
> This is **not** a production‑ready library – it is a minimal reference you can adapt to your own host/agent implementation.
|
||||
@@ -21,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
||||
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
||||
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
||||
|
||||
This pattern avoids context overflow when you have 1,965+ skills installed.
|
||||
This pattern avoids context overflow when you have 1,969+ skills installed.
|
||||
|
||||
Manifest contract references:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user