-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This includes some feedback on the agents protocol: - Rename JobDescription to AgentDispatch - Remove participant_identity entry in the dispatch - Deprecate namespace - Add an agent_name field to specify what agent workers a job should be dispatched to This also allows setting a room configuration in the token.
- Loading branch information
1 parent
b272353
commit 8c1eef4
Showing
14 changed files
with
1,091 additions
and
1,033 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"github.com/livekit/protocol": patch | ||
--- | ||
|
||
Integrate feedback on the agents protocol: | ||
|
||
- Rename JobDescription to AgentDispatch | ||
- Remove participant_identity entry in the dispatch | ||
- Deprecate namespace | ||
- Add an agent_name field to specify what agent workers a job should be dispatched to | ||
|
||
Also allow setting a room configuration in the token. |
This file contains 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
Oops, something went wrong.