en un clic
sparkgen-deploy
Deploy SparkGen agent to local, docker, or aws mode
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Deploy SparkGen agent to local, docker, or aws mode
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | sparkgen-deploy |
| description | Deploy SparkGen agent to local, docker, or aws mode |
| user_invokable | true |
| auto_invokable | false |
| arguments | <local|docker|aws> [--target eks|lambda] |
Deploy the agent server in the specified mode.
Before deploying, gather current state:
.env (if exists) to check current DEPLOYMENT_MODE and LLM_PROVIDERcurl -sf http://localhost:8000/healthdocker infocurl -sf http://localhost:11434/api/tags/sparkgen-deploy local)curl -sf http://localhost:11434/api/tags
ollama serve and ollama pull llama3.2:3bset -a && source .env.local && set +auvicorn app.api:app --host 0.0.0.0 --port 8000 --reloadcurl -sf http://localhost:8000/health/sparkgen-deploy docker)docker infocp .env.docker .envdocker compose up --build -dcurl -sf http://localhost:8080/health (up to 60s)docker compose ps/sparkgen-deploy aws [--target eks|lambda])aws sts get-caller-identity.env.aws exists and has required vars (AWS_REGION, AWS_MODEL_ID)bash scripts/deploy.sh eksbash scripts/deploy.sh lambda.env.awslsof -i :8000 to find the processollama pull <model>docker compose logs outputGenerate a new SparkGen-AWS project from the cookiecutter template
Develop and modify the SparkGen-AWS cookiecutter template — variables, hooks, files
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Add, modify, remove, list, or show agents in the workflow
Send a chat message to the running agent server and display the response
Switch LLM providers, deployment modes, and manage environment configuration