Skip to content

[Feature]: Agent Server exclusive mode support #1148

@ulivz

Description

@ulivz

Which desktop app does this feature request relate to?

  • Agent-TARS (cli, server, agent, tool etc.)

What problem does this feature solve?

Agent Server currently supports concurrent execution, but there's no way to configure exclusive mode for scenarios requiring single-agent execution without interference.

What does the proposed features look like?

Add server.exclusive option in AgentOptions to enable exclusive mode:

interface AgentOptions {
  server: {
    exclusive?: boolean; // default: false
    // other server options...
  }
}

When server.exclusive: true, the server should reject new requests while an agent is running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions