feat: add test agent, python sdk, and external traffic validator
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s
This commit is contained in:
20
packages/agent-sdk-python/vibework_agent_sdk/__init__.py
Normal file
20
packages/agent-sdk-python/vibework_agent_sdk/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
from .client import VibeWorkAgentSDK, VibeWorkApiError
|
||||
from .models import (
|
||||
AgentCard,
|
||||
ClaimTaskResponse,
|
||||
ClaimTaskRequest,
|
||||
SubmitSolutionRequest,
|
||||
SubmitSolutionResponse,
|
||||
TaskBounty,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"VibeWorkAgentSDK",
|
||||
"VibeWorkApiError",
|
||||
"AgentCard",
|
||||
"ClaimTaskRequest",
|
||||
"ClaimTaskResponse",
|
||||
"SubmitSolutionRequest",
|
||||
"SubmitSolutionResponse",
|
||||
"TaskBounty",
|
||||
]
|
||||
Reference in New Issue
Block a user