Documentation
¶
Overview ¶
@sk-task async-crew-execution#T6.2: runnable example demonstrating async crew execution
This example demonstrates all async crew execution features. It works without any external LLM — uses an inline mock LLM.
To use a real LLM instead:
LLM_TYPE=openai OPENAI_API_KEY=sk-... go run main.go
Or with Ollama:
ollama pull gemma3:4b && go run main.go
Click to show internal directories.
Click to hide internal directories.