deerflow2/backend
DanielWalnut ab427731dc feat: add AIO sandbox provider and auto title generation (#1)
- Add AioSandboxProvider for Docker-based sandbox execution with
  configurable container lifecycle, volume mounts, and port management
- Add TitleMiddleware to auto-generate thread titles after first
  user-assistant exchange using LLM
- Add Claude Code documentation (CLAUDE.md, AGENTS.md)
- Extend SandboxConfig with Docker-specific options (image, port, mounts)
- Fix hardcoded mount path to use expanduser
- Add agent-sandbox and dotenv dependencies

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 23:29:18 +08:00
..
.claude feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
.vscode chore: specify project title 2026-01-14 09:57:52 +08:00
docs feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
src feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
tests feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
.gitignore chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
.python-version chore: add Python and LangGraph stuff 2026-01-14 07:15:02 +08:00
AGENTS.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
CLAUDE.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
Makefile feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
langgraph.json chore: use `.env` 2026-01-14 12:32:15 +08:00
pyproject.toml feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
ruff.toml chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
uv.lock feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00