Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The uniac.json schema.
uniac.json
build
install
link
dev
deploy
name
kind
"lib"
"app"
language
"python"
entrypoint
"module:ClassName"
Service
System
dependencies
uniac install
build.command
build.baseImage
python:3.11-slim
build.systemPackages
apt-get
init
__init__
UNIAC_INIT_<UPPERCASE_NAME>
{ "name": "greeter", "kind": "app", "language": "python", "entrypoint": "app:Greeter", "dependencies": ["logger", "feature-flags"], "build": { "command": ["uvicorn", "app:api", "--host", "0.0.0.0", "--port", "8080"], "baseImage": "python:3.12-slim" }, "init": { "greeting": "hello", "log_level": "info" } }
load()