Last active
March 10, 2026 17:07
-
-
Save PhilinTv/3d61c66c415fdf72c9c7a91ff94c05fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "showPrices": false, | |
| "showCapacity": true, | |
| "capacity": { | |
| "Agentic Engineering Accelerator": { | |
| "total": 6, | |
| "months": [ | |
| { "name": "March", "booked": 4 }, | |
| { "name": "April", "booked": 2 } | |
| ] | |
| }, | |
| "Agentic Engineering Bootcamp": { | |
| "total": 4, | |
| "months": [ | |
| { "name": "March", "booked": 2 }, | |
| { "name": "April", "booked": 1 } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment