mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
initial progress
This commit is contained in:
@@ -20,7 +20,7 @@ async def main():
|
||||
client,
|
||||
task_queue="ollama-task-queue",
|
||||
workflows=[EntityOllamaWorkflow],
|
||||
activities=[activities.prompt_ollama],
|
||||
activities=[activities.prompt_ollama, activities.parse_tool_data],
|
||||
activity_executor=activity_executor,
|
||||
)
|
||||
await worker.run()
|
||||
|
||||
Reference in New Issue
Block a user