mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-20 19:57:02 -04:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"name": "llama-agents-operator",
|
|
"version": "0.11.0",
|
|
"docker": {
|
|
"dockerfile": "docker/operator.Dockerfile",
|
|
"imageName": "llamaindex/llama-agents-operator",
|
|
"platforms": [
|
|
"linux/amd64"
|
|
]
|
|
}
|
|
}
|