Add autonomous business agent: skill, workspace, 5 daily cron sessions
This commit is contained in:
parent
e769311db4
commit
e0185e83b7
5 changed files with 137 additions and 0 deletions
9
projects/business/memory/financials.json
Normal file
9
projects/business/memory/financials.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"budget": 200.00,
|
||||
"currency": "EUR",
|
||||
"spent": 0.00,
|
||||
"revenue": 0.00,
|
||||
"balance": 200.00,
|
||||
"expenses": [],
|
||||
"income": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue