feat: test script of new agent

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-18 23:57:57 -08:00
parent e48aa3f1c7
commit c6cc7c2a6a
14 changed files with 5079 additions and 2923 deletions

View file

@ -6,6 +6,7 @@ from .chats import (
ChatRead,
ChatReadWithoutMessages,
ChatUpdate,
NewChatRequest,
)
from .chunks import ChunkBase, ChunkCreate, ChunkRead, ChunkUpdate
from .documents import (
@ -97,6 +98,7 @@ __all__ = [
"MembershipRead",
"MembershipReadWithUser",
"MembershipUpdate",
"NewChatRequest",
"PaginatedResponse",
"PermissionInfo",
"PermissionsListResponse",