secondbrainos-mcp-server 1.10.1 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -655,6 +655,7 @@ These terms are synonyms and used interchangeably in SBOS:
|
|
|
655
655
|
- **Tabs / Agents** — AI agents with behaviour, knowledge, tools, and skills
|
|
656
656
|
- **Services / Tools** — always MCP tools
|
|
657
657
|
- **Workflows / Skills** — a skill is a structured set of prompts, enabling optimised context per step so the agent can progress through a skill without overload
|
|
658
|
+
- A workflow **contains prompts**, and those prompts are the skill itself — to fetch or run them you must use the \`runPromptChain\` tool (with \`entity\` + \`entity_id\`); there is no other way to access a workflow's prompts
|
|
658
659
|
|
|
659
660
|
## Agent Architecture
|
|
660
661
|
An agent definition combines:
|