docs(chatkit): document identities, delegation scope, and external replies - #17
Draft
danielblignaut wants to merge 2 commits into
Draft
danielblignaut wants to merge 2 commits into
danielblignaut wants to merge 2 commits into
Conversation
…plies A ChatKit session can now hold several people and several agents at once, including people who arrived through GitHub or Slack and have no Tilde account. Document the identity that addresses each of them, the rule that an agent takes a turn only when a message addresses it, and the fact that an unlinked external address carries no permissions. Also document that Tilde now delivers an agent's reply back to the platform the conversation started on, so an agent must not post that reply itself, and that scoping the runtime's MCP connection to a session records a delegation as a child of it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Reaching another agent no longer needs a per-agent provider added to an MCP server. Document the four tools a session-scoped connection is offered, that none of them take a session id, and that a new agent becomes reachable as soon as the caller has visibility on it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to trytilde/api#172.
A ChatKit session can now hold several people and several agents at once, including people who arrived through GitHub or Slack and have no Tilde account. Documents:
llms/chatkit.mdbecause it is the rule most likely to be worked around by an agent trying to be helpful.x-tilde-chatkit-session-idorchatkit: { sessionId }, and the fact that a session the caller may not use rejects the connection rather than silently dropping the scoped tools.Human pages carry the concepts;
llms/chatkit.mdcarries the exact headers, field names, and rules an agent needs.Validation
mint validatepasses.git diff --checkclean. No tool-catalog change, so no provider regeneration is required.🤖 Generated with Claude Code
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.