Remove the base Agent; Separate skyvern agent and fastapi app (#213)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-04-21 16:46:27 -07:00
committed by GitHub
parent cc6ae8bae0
commit 566ff8af4e
5 changed files with 94 additions and 95 deletions

View File

@@ -40,5 +40,3 @@ WORKFLOW_SERVICE = WorkflowService()
generate_async_operations: Callable[[Organization, Task, Page], list[AsyncOperation]] | None = None
agent = ForgeAgent()
app = agent.get_agent_app()