Add Deep Agents UI, pipeline fixes, and agent improvements.
Includes deep-agents-ui integration, rework detection via Gitea, tool-call sanitization fixes, and startup scripts.
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
"""
|
||||
import asyncio
|
||||
import base64
|
||||
import io
|
||||
import io
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
@@ -42,7 +42,7 @@ from langchain_mcp_adapters.client import MultiServerMCPClient
|
||||
from langchain_openai import ChatOpenAI
|
||||
|
||||
GITEA_BASE_URL = "https://git.brojs.ru"
|
||||
GITEA_OWNER = os.getenv("GITEA_OWNER", "glevelll")
|
||||
GITEA_OWNER = os.getenv("GITEA_OWNER", "dapa46")
|
||||
GITEA_TOKEN = os.getenv("GITEA_TOKEN", "")
|
||||
JOURNAL_TOKEN = os.getenv("JOURNAL_TOKEN", "")
|
||||
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "")
|
||||
|
||||
Reference in New Issue
Block a user