mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-01 03:16:29 +02:00
Remove old swarm code and unused imports
This commit is contained in:
parent
fef056073f
commit
6d47adafb3
2 changed files with 4 additions and 194 deletions
|
|
@ -8,12 +8,10 @@ from hypercorn.config import Config
|
|||
from hypercorn.asyncio import serve
|
||||
import asyncio
|
||||
|
||||
from src.graph.core import run_turn, run_turn_streamed
|
||||
from src.graph.core import run_turn_streamed
|
||||
from src.graph.tools import RAG_TOOL, CLOSE_CHAT_TOOL
|
||||
from src.utils.common import common_logger, read_json_from_file
|
||||
|
||||
from pprint import pprint
|
||||
|
||||
logger = common_logger
|
||||
app = Quart(__name__)
|
||||
config = read_json_from_file("./configs/default_config.json")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue