Skip to content

Commit e96187a

Browse files
are-cesclaude
andcommitted
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>
1 parent e3f8757 commit e96187a

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The service includes comprehensive user data collection capabilities for various
5353
* [System Prompt Literal](#system-prompt-literal)
5454
* [Custom Profile](#custom-profile)
5555
* [Control model/provider overrides via authorization](#control-modelprovider-overrides-via-authorization)
56-
* [Agent Skills (Upcoming)](#agent-skills-upcoming)
56+
* [Agent Skills](#agent-skills)
5757
* [Safety Shields](#safety-shields)
5858
* [Authentication](#authentication)
5959
* [CORS](#cors)
@@ -230,7 +230,7 @@ Lightspeed Core Stack supports the following agentic features:
230230
| A2A Protocol (Client) | Supported | Agent-to-Agent communication as client ([A2A Protocol](docs/a2a_protocol.md)) |
231231
| Conversation History | Supported | Persistent conversation context across requests |
232232
| Human-in-the-Loop | Upcoming | Interactive approval or confirmation steps |
233-
| Agent Skills | Upcoming (Q2) | Domain-specific instructions loaded on demand ([Agent Skills Guide](docs/skills_guide.md)) |
233+
| Agent Skills | Supported | Domain-specific instructions loaded on demand ([Agent Skills Guide](docs/skills_guide.md)) |
234234

235235
## LLM Compatibility
236236

@@ -761,14 +761,11 @@ customization:
761761
762762
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.
763763
764-
## Agent Skills (Upcoming)
764+
## Agent Skills
765765
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.
770767
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).
772769
773770
## Safety Shields
774771

0 commit comments

Comments
 (0)