Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/agynio/api/agents/v1/agents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "google/protobuf/timestamp.proto";

option go_package = "github.com/agynio/api/gen/agynio/api/agents/v1;agentsv1";

// AgentsService manages team resources: agents, volumes, volume attachments,
// AgentsService manages agent resources: agents, volumes, volume attachments,
// MCP servers, skills, hooks, environment variables, and init scripts.
//
// This is a control-plane service. It stores desired state;
Expand Down Expand Up @@ -72,7 +72,7 @@ service AgentsService {
// Common
// ===========================================================================

// Metadata shared by every team resource.
// Metadata shared by every agent resource.
message EntityMeta {
string id = 1; // UUID
google.protobuf.Timestamp created_at = 2;
Expand Down
Loading