fischer-agentkit/tests/e2e/__init__.py

12 lines
421 B
Python

"""E2E backtest suite for Fischer AgentKit.
Split into two dimensions:
- Basic Functions: verify all features work correctly (CLI, API, WebSocket, lifecycle)
- Agent Capabilities: verify intelligence level (routing, reasoning, collaboration)
Uses subprocess to simulate real CLI operations (OpenCLI pattern),
httpx for API calls, and websockets for WS chat.
"""
from tests.e2e.conftest import * # noqa: F401,F403