molecule-ai-workspace-templ.../requirements.txt
Hongming Wang 059db9ba14 chore: bump pin to >=0.1.22 (state_transition_history fix)
Forces docker layer cache invalidation. Cascade rebuilt against
0.1.22 but hit GHA cache and shipped 0.1.21 (broken AgentCard
construction). Pin bump invalidates the cache key.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 07:39:20 -07:00

9 lines
392 B
Plaintext

# Molecule AI workspace runtime — shared infrastructure
molecule-ai-workspace-runtime>=0.1.22
# Claude Code adapter specific deps
# Claude Agent SDK — programmatic API to Claude Code engine.
# Replaces CLI subprocess approach (no more --print, --resume, json parsing).
# The Claude Code CLI is still pre-installed via npm because the SDK uses it under the hood.
claude-agent-sdk>=0.1.58