Skip to content

feat: support separate red and blue model endpoints #15

Description

@Ker102

Goal

Allow nullstate to use separate OpenAI-compatible endpoints for red-team and blue-team agents, so hackathon demos can run two vLLM containers on different local tunnel ports.

Acceptance Criteria

  • NULLSTATE_RED_LLM_BASE_URL and NULLSTATE_BLUE_LLM_BASE_URL override the shared NULLSTATE_LLM_BASE_URL per role.
  • --red-base-url and --blue-base-url CLI flags are available for explicit runs.
  • Metrics artifacts show role-specific endpoint collection when the endpoints differ.
  • Existing single-endpoint behavior remains compatible.
  • Docs explain one-container and two-container usage.

Notes

Stack this on PR #13 and leave the PR open for evidence capture.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions