Skip to content

Remove legacy agent API leftovers#640

Open
gakonst wants to merge 1 commit into
mainfrom
centaur/cleanup-legacy-agent-surfaces
Open

Remove legacy agent API leftovers#640
gakonst wants to merge 1 commit into
mainfrom
centaur/cleanup-legacy-agent-surfaces

Conversation

@gakonst

@gakonst gakonst commented Jun 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Replace stale /agent/spawn, /agent/message, /agent/execute, and /health/tools docs with workflow-run and /health/ready examples
  • Trim @centaur/api-client down to workflow APIs and remove obsolete agent-event dependencies
  • Move Slack feedback auto-improvement dispatch from direct spawn/message/execute calls to a workflow run
  • Remove the old CENTAUR_PYTHON_API_URL workflow tool-call fallback

Validation

  • rg -n "agent/spawn|agent/message|agent/execute|agent/messages|/agent/threads|/agent/executions|health/tools|CENTAUR_PYTHON_API_URL|CENTAUR_AGENT_API_KEY|InputContentBlock|ExecutionAccepted|eventsource-parser|@centaur/harness-events" README.md AGENTS.md docs/pages docs/public/md packages/api-client tools/productivity/slack services/api-rs/crates/centaur-workflows pnpm-lock.yaml -g "!*node_modules*" -g "!*.lock" (remaining lockfile harness-events hits are for rendering/slackbot/discordbot, not api-client)
  • pnpm --filter @centaur/api-client test
  • PYTHONPATH=tools/productivity:. uv run --with pytest --with slack-sdk --with structlog --with aiohttp pytest tools/productivity/slack/tests/test_feedback.py
  • cargo fmt --check
  • cargo test -p centaur-workflows run_time_now_tool

@github-actions

Copy link
Copy Markdown

Cloudflare Workers docs preview

https://pr-640-centaur-docs.porto.workers.dev

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