Logo
Explore Help
Register Sign In
wanwu/deer-flow
1
0
Fork 0
You've already forked deer-flow
mirror of https://gitee.com/wanwujie/deer-flow synced 2026-04-14 18:54:46 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
5fa98bf6cd9e1c36dbd54bb35afb7bb58c7f79d2
deer-flow/backend/Makefile

12 lines
224 B
Makefile
Raw Normal View History

chore: add Python and LangGraph stuff
2026-01-14 07:15:02 +08:00
install:
uv sync
dev:
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.12 langgraph dev --no-browser --allow-blocking
chore: add `lint` and `format`
2026-01-14 09:20:05 +08:00
lint:
uvx ruff check .
format:
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
uvx ruff check . --fix && uvx ruff format .
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.4.3 Page: 47ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API