Skip to content

Extract llm-planner.ts into standalone headless agent-sdk/ #1

Description

@pAulseperformance

Epic: Phase 1b Architecture

The architecture document states the Agent SDK should be a headless client library (src/agent-sdk/index.ts). Currently, our AI generation logic lives in src/server/llm-planner.ts and is tightly bound to the Worker.

Acceptance Criteria:

  • llm-planner.ts decoupled from Worker context.
  • AI Agents can run as independent Node CLI processes connecting via WebSocket.
  • Clean public API for the SDK.

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

    agentsAgent SDK and LLM PlannersenhancementNew feature or requestepicParent grouping issue

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions