↓ 2 callersFunctioncheck_and_handle_interrupts(
agent,
langgraph_config: dict,
make_chunk,
meta: dict,
thread_id: str,
)
backend/package/yuxi/services/chat_service.py:608
↓ 2 callersMethodcreate(
self,
*,
name: str,
backend_id: str,
slug: str | None = None,
backend/package/yuxi/repositories/agent_repository.py:406
↓ 2 callersMethodcreate(
self,
sandbox_id: str,
thread_id: str,
uid: str,
env: dict[str, str]
backend/package/yuxi/agents/backends/sandbox/provisioner_client.py:32
↓ 2 callersMethodcreate(
self,
sandbox_id: str,
thread_id: str,
uid: str,
env: dict[str, str]
docker/sandbox_provisioner/app.py:92
↓ 2 callersMethodfind_file_content(
self,
kb_id: str,
file_id: str,
patterns: list[str],
*,
use_
backend/package/yuxi/knowledge/base.py:800