Skip to content

add livekit_agent_simulation service#1404

Open
theomonnom wants to merge 10 commits intomainfrom
theo/agent-simulations-service
Open

add livekit_agent_simulation service#1404
theomonnom wants to merge 10 commits intomainfrom
theo/agent-simulations-service

Conversation

@theomonnom
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Feb 8, 2026

⚠️ No Changeset found

Latest commit: 5550b30

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@theomonnom theomonnom requested a review from davidzhao February 11, 2026 22:38
STATUS_FAILED = 3;
}

message Job {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to nest this message? seems like it gets complicated to use.. vs SimulationJob

string error = 9;
string group_id = 10;
// Set as participant attributes on the simulation participant's access token.
map<string, string> metadata = 11;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's be explicit so it's not confused with participant metadata

Suggested change
map<string, string> metadata = 11;
map<string, string> participant_attributes = 11;

string agent_name = 2;
string agent_description = 3;
int32 num_simulations = 4;
string group_id = 5;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do I just run a single simulation scenario?

int64 created_at = 7;
Status status = 8;
string error = 9;
string group_id = 10;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you create a scenario without a group? and then assign it to a group later? or should it have a default group?

string instructions = 3;
string agent_expectations = 4;
string group_id = 5;
map<string, string> metadata = 6;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should source_room_id be part of this too? same comment about metadata

}
message DeleteScenarioResponse {}

message UpdateScenarioRequest {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be simpler to just include the Scenario message here and also in Create?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments