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
LCORE-2503: update Agent Skills status from upcoming to supported
Agent Skills shipped in v0.6.0. Update README to reflect current
status: remove "Upcoming" labels, change capability table to
"Supported", and reword future tense to present.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
By default, clients may specify `model` and `provider` in `/v1/query` and `/v1/streaming_query`. Override is permitted only to callers granted the `MODEL_OVERRIDE` action via the authorization rules. Requests that include `model` or `provider` without this permission are rejected with HTTP 403.
763
763
764
-
## Agent Skills (Upcoming)
764
+
## Agent Skills
765
765
766
-
> [!NOTE]
767
-
> Agent Skills is an upcoming feature. The documentation below describes the planned design.
768
-
769
-
Agent Skills will allow product teams to extend Lightspeed Core with specialized instructions and domain knowledge that the LLM can load on demand. Skills follow the [Agent Skills open standard](https://agentskills.io) and are packaged as portable directories containing a `SKILL.md` file.
766
+
Agent Skills allow product teams to extend Lightspeed Core with specialized instructions and domain knowledge that the LLM can load on demand. Skills follow the [Agent Skills open standard](https://agentskills.io) and are packaged as portable directories containing a `SKILL.md` file.
770
767
771
-
For the planned configuration guide, skill authoring instructions, and examples, see the [Agent Skills Guide](docs/skills_guide.md).
768
+
For the configuration guide, skill authoring instructions, and examples, see the [Agent Skills Guide](docs/skills_guide.md).
0 commit comments