Skip to content

HTTP daemon (removed)

The anycode daemon HTTP server (GET /health, POST /v1/tasks) is not part of anyCode anymore. The daemon subcommand is rejected by the CLI (same as other removed commands), and the old daemon_http module was deleted.

Use instead

  • anycode run for one-shot tasks from scripts or CI.
  • anycode repl / anycode tui for interactive sessions.
  • anycode channel … / anycode scheduler for long-lived or cron-style automation.
  • Shell out to the CLI from your own service if you need a custom HTTP front door.

Decision record: ADR 003 (repository docs/adr/).

Maintainer backlog: docs/roadmap.md.

Chinese: HTTP 守护进程(已移除).

MIT License