Commit Graph

43 Commits

Author SHA1 Message Date
Henry Li
5ef3cb57ee fix: lastStep could be empty 2026-01-16 14:38:49 +08:00
Henry Li
a589fb3dae feat: remove scroll button 2026-01-16 14:38:33 +08:00
Henry Li
d8b7d06e99 Merge remote-tracking branch 'refs/remotes/origin/experimental' into experimental 2026-01-16 14:04:21 +08:00
Henry Li
ac075477a0 feat: rename 'model' to 'model_name' 2026-01-16 14:03:34 +08:00
DanielWalnut
fb92a472e2 feat: add gateway module with FastAPI server (#5)
* chore: add .claude/ to .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add gateway module with FastAPI server

- Add new gateway module with FastAPI app for API routing
- Add gateway and serve commands to Makefile
- Add fastapi, httpx, uvicorn, sse-starlette dependencies
- Fix model config retrieval in lead_agent (support both model_name and model)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 13:22:26 +08:00
Henry Li
5c94e6d222 fix: navigate to home only in open-mode 2026-01-16 09:58:16 +08:00
Henry Li
5fa98bf6cd feat: link to home page 2026-01-16 09:56:30 +08:00
Henry Li
3a62deb3fd feat: store the local settings 2026-01-16 09:55:02 +08:00
Henry Li
cad12068ef feat: enable edit context options 2026-01-16 09:37:04 +08:00
Henry Li
c5b4c90b83 refactor: rename 2026-01-16 09:15:04 +08:00
Henry Li
608b703d26 chore: remove 2026-01-16 09:14:25 +08:00
Henry Li
fe7504daed refactor: refine folder structure and rename 2026-01-16 09:13:02 +08:00
Henry Li
7680a5adba feat: adjust message group layout 2026-01-15 23:56:42 +08:00
Henry Li
f353831ac9 feat: enhance label 2026-01-15 23:47:36 +08:00
Henry Li
d45f48adde feat: remove max-w- 2026-01-15 23:47:28 +08:00
Henry Li
cecc684de1 feat: implement basic web app 2026-01-15 23:40:21 +08:00
DanielWalnut
c7d68c6d3f feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
DanielWalnut
3b879e277e fix: fix local path for local sandbox (#3) 2026-01-15 14:37:00 +08:00
DanielWalnut
41442ccc2f feat: add thread data middleware (#2) 2026-01-15 13:22:30 +08:00
DanielWalnut
b2abfecf67 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
Henry Li
de2d18561a feat: integrated with sandbox 2026-01-14 12:32:34 +08:00
Henry Li
c1e9340062 chore: use .env 2026-01-14 12:32:15 +08:00
Henry Li
57dfc89ca1 chore: specify project name 2026-01-14 09:58:53 +08:00
Henry Li
ce0b6f7754 chore: specify project title 2026-01-14 09:57:52 +08:00
Henry Li
5d6a7442d6 chore: remove tests 2026-01-14 09:52:34 +08:00
Henry Li
c628c7f8db chore: create frontend project from boilerplate 2026-01-14 09:50:26 +08:00
Henry Li
3ff7613dd9 chore: mark backend folder as a Python project 2026-01-14 09:24:33 +08:00
Henry Li
2aeaf7c965 style: format 2026-01-14 09:21:19 +08:00
Henry Li
421488a991 chore: add lint and format 2026-01-14 09:20:05 +08:00
Henry Li
2e3a50d847 chore: update workspace structure 2026-01-14 09:19:54 +08:00
Henry Li
e5c69cb7ee docs: update tool docs 2026-01-14 09:12:03 +08:00
Henry Li
cb611f9270 chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
Henry Li
7dc063ba25 feat: add agents 2026-01-14 07:20:00 +08:00
Henry Li
cbbbac0c2b feat: add tools 2026-01-14 07:19:43 +08:00
Henry Li
57a02acb59 feat: add sandbox and local impl 2026-01-14 07:19:34 +08:00
Henry Li
4b5f529903 feat: integrated with Tavily and Jina AI 2026-01-14 07:17:22 +08:00
Henry Li
83bd7e4309 feat: add model modules 2026-01-14 07:16:45 +08:00
Henry Li
721b26a32f chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00
Henry Li
86524a65f6 feat: add reflection modules 2026-01-14 07:16:07 +08:00
Henry Li
88ed3841c7 feat: add config modules 2026-01-14 07:15:58 +08:00
Henry Li
c2a62a2266 chore: add Python and LangGraph stuff 2026-01-14 07:15:02 +08:00
Henry Li
81bd4dafa8 chore: add .gitignore for Python project 2026-01-14 07:14:00 +08:00
Henry Li
dd545cfb97 chore: init 2026-01-14 07:09:20 +08:00