Skip to content

Build CLI recorder MVP #2

Description

@ding-swj

Body:
Create a small CLI recorder that can run a command and export an AgentScope trace file.

Example:
agentscope record -- npm test

Scope:

  • Record command, start time, duration, exit code, stdout/stderr
  • Generate a .trace.json file compatible with docs/trace-schema.json
  • Keep the first version simple and local-only

Acceptance criteria:

  • Running a command creates a valid trace JSON file
  • The generated trace can be imported into the web UI
  • npm run lint and npm run build pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions