beacon-env / openenv.yaml
sakthivarshans's picture
Initial BEACON environment
5a37ff6
raw
history blame contribute delete
446 Bytes
name: BEACON
version: "1.0.0"
description: >
Dual-scale budget management environment where agents
learn to allocate income across household and corporate
financial categories under constraints and economic shocks.
author: your_name
tags: [finance, budgeting, planning, dual-scale]
modes: [household, corporate]
tasks:
- task1
- task2
- task3
```
**`requirements.txt`** paste this:
```
fastapi
uvicorn
pydantic
openai
pyyaml
groq