Getting Started
Prerequisites
Setting up the components
broker: type: redis name: my-redis checkpoint_db: type: postgres name: my-postgres size: 4Gi task_server: type: celery name: my-task-server replicas: 4 concurrency_per_replica: 1 broker_resource_name: my-redisgru component setup --cluster-name <name_of_your_cluster> --config-file config.yaml
Creating the project bootstrap
Development and Image Build
Register and Deploy Agent
Sending prompts to the agent
Next Steps
Last updated