Skip to content

Add Print-OS agent surfaces#16

Merged
simongonzalezdc merged 1 commit into
mainfrom
codex/add-agent-surfaces
Jun 3, 2026
Merged

Add Print-OS agent surfaces#16
simongonzalezdc merged 1 commit into
mainfrom
codex/add-agent-surfaces

Conversation

@simongonzalezdc
Copy link
Copy Markdown
Owner

Summary

  • add Print-OS local CLI for manifests, job payloads, local API reads, and job creation
  • add local stdio MCP server plus .mcp.json discovery
  • add public skill metadata and update README, llms, runbook, and AGENTS docs
  • add backend tests for the new agent surfaces

Verification

  • python3 -m py_compile tools/print_os_cli.py tools/print_os_mcp.py
  • python3 tools/print_os_cli.py manifest --format json
  • python3 tools/print_os_cli.py job-payload --name "Test Bracket" --material PLA --width 40 --depth 20 --height 12
  • python3 tools/print_os_mcp.py --self-test
  • tools/list MCP smoke via stdin
  • cd caedo-api && python3 -m pytest -q

@simongonzalezdc simongonzalezdc merged commit cd96857 into main Jun 3, 2026
3 checks passed
@simongonzalezdc simongonzalezdc deleted the codex/add-agent-surfaces branch June 3, 2026 19:10
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 98e52df93c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tools/print_os_cli.py
Comment on lines +22 to +23
"business": "/api/v1/business/summary",
"system": "/api/v1/system/backup",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point api-get resources at JSON endpoints

When users run api-get business or call MCP print_os_api_get with business, this maps to /api/v1/business/summary, but the checked business router only exposes GET /forecast plus POST-only endpoints, so the advertised read always 404s. The CLI also offers system, but /api/v1/system/backup returns a ZIP FileResponse while request_json always decodes and parses JSON, so that choice fails against a running backend too; remove these resource choices or map them to real JSON GET endpoints.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant