mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
update
This commit is contained in:
parent
6f36829c93
commit
32bdaba4dd
29 changed files with 62 additions and 117 deletions
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
from dotenv import load_dotenv
|
||||
from fastapi import APIRouter, Request, Response
|
||||
from fastapi.responses import StreamingResponse
|
||||
from utils import traceroot_wrapper as traceroot
|
||||
import traceroot
|
||||
from app.component import code
|
||||
from app.exception.exception import UserException
|
||||
from app.model.chat import Chat, HumanReply, McpServers, Status, SupplementChat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue