Scheduling-agent / openenv.yaml
Aryan
restructured inference.py and updated readme
b34d858
Raw
History Blame Contribute Delete
312 Bytes
version: "1.0"
name: "Scheduling Assistant"
description: "A simulated corporate scheduling backend. Agents manage calendars, timezone math, and meeting conflicts."
author: "Antigravity Agent"
tags:
- scheduling
- calendar
- nlp
- openenv
constraints:
vcpus: 2
memory_gb: 8
entrypoint: "inference.py"