Files
lang-agent/frontend
goulustis ac99dfd56b front end update:
- chat support markdown
- stop button for chat
- configurable for deepagent
2026-03-07 14:50:01 +08:00
..
2026-02-12 11:02:36 +08:00
2026-03-07 14:50:01 +08:00
2026-02-11 17:47:18 +08:00
2026-03-06 13:43:09 +08:00
2026-02-11 17:47:18 +08:00
2026-02-11 17:47:18 +08:00
2026-02-11 17:47:18 +08:00
2026-02-11 17:47:18 +08:00
2026-03-04 14:17:59 +08:00
2026-02-11 17:47:18 +08:00
2026-02-11 17:47:18 +08:00
2026-02-11 17:47:18 +08:00

Agent Manager Frontend

React frontend for configuring and launching agents through fastapi_server/front_apis.py.

Run

cd /home/smith/projects/work/langchain-agent/frontend
npm install
npm run dev

API Base URL

By default, the app calls:

  • http://127.0.0.1:8001

If your front_apis.py server runs elsewhere, set:

VITE_FRONT_API_BASE_URL=http://<host>:<port>