feat: implement inline autocomplete suggestions with FastAPI backend and Milkdown editor integration

This commit is contained in:
2026-01-18 19:42:58 +08:00
parent ba49f82953
commit 6102f905ee
10 changed files with 633 additions and 52 deletions
+5
View File
@@ -0,0 +1,5 @@
fastapi
uvicorn
openai
pydantic
python-dotenv