ttp-agent-sdk 2.48.16 → 2.48.20
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/README.md +11 -0
- package/dist/agent-widget.dev.js +848 -193
- package/dist/agent-widget.esm.js +1 -1
- package/dist/agent-widget.js +1 -1
- package/dist/index.html +111 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -671,6 +671,17 @@ sdk.connect();
|
|
|
671
671
|
|
|
672
672
|
See [java-sdk/README.md](java-sdk/README.md) for full documentation.
|
|
673
673
|
|
|
674
|
+
## Platform MCP (for AI agents)
|
|
675
|
+
|
|
676
|
+
TalkToPC agents are built through the **platform MCP**, not by editing this SDK.
|
|
677
|
+
|
|
678
|
+
- Playbook (connect, rules, every tool): [docs/mcp.md](docs/mcp.md)
|
|
679
|
+
- Hosted endpoint: `https://mcp.talktopc.com/mcp`
|
|
680
|
+
- Auth: dashboard developer key `sk_…`
|
|
681
|
+
- Docs site section: [docs/index.html#platform-mcp](docs/index.html#platform-mcp)
|
|
682
|
+
|
|
683
|
+
If you are an AI agent and the user asked to create/edit an agent, read `docs/mcp.md` first, then call the MCP tools. Do not guess model or voice ids — use `talktopc://llm-models` and `talktopc://voices`.
|
|
684
|
+
|
|
674
685
|
## Support
|
|
675
686
|
|
|
676
687
|
For support and questions, please open an issue on GitHub or contact our support team.
|