mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-05-19 08:09:31 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
577a6fd3d2
commit
017e81f65a
2 changed files with 21 additions and 0 deletions
|
|
@ -52,6 +52,15 @@
|
|||
<summary><strong>🧩 PLUGINS</strong></summary>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><b>Agent Identity</b> <img src="https://badgen.net/github/stars/gotgenes/opencode-agent-identity" height="14"/> - <i>Agent self-identity and per-message attribution for multi-agent sessions</i></summary>
|
||||
<blockquote>
|
||||
Two plugins that improve agent identity awareness. AgentSelfIdentityPlugin injects a one-liner into the system prompt so the model knows which agent it's operating as. AgentAttributionToolPlugin exposes a tool for querying per-message agent attribution via the SDK, useful for agents that review multi-agent sessions.
|
||||
<br><br>
|
||||
<a href="https://github.com/gotgenes/opencode-agent-identity">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Agent Memory</b> <img src="https://badgen.net/github/stars/joshuadavidthomas/opencode-agent-memory" height="14"/> - <i>Letta-inspired memory</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
12
dist/registry.json
vendored
12
dist/registry.json
vendored
|
|
@ -330,6 +330,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-agent-identity",
|
||||
"type": "plugins",
|
||||
"displayName": "Agent Identity",
|
||||
"repoUrl": "https://github.com/gotgenes/opencode-agent-identity",
|
||||
"tagline": "Agent self-identity and per-message attribution for multi-agent sessions",
|
||||
"description": "Two plugins that improve agent identity awareness. AgentSelfIdentityPlugin injects a one-liner into the system prompt so the model knows which agent it's operating as. AgentAttributionToolPlugin exposes a tool for querying per-message agent attribution via the SDK, useful for agents that review multi-agent sessions.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-canvas",
|
||||
"type": "plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue