| """ | |
| OCC: Oracle-Credit-Compute System | |
| A minimal open-source stack for cost-aware, compute-efficient agent systems. | |
| Quick start: | |
| python -m benchmarks.benchmark_code | |
| python -m benchmarks.benchmark_retrieval_qa | |
| python -m benchmarks.benchmark_debate | |
| python -m eval_runner | |
| For GRPO training demo: | |
| python -m rl.grpo_train_demo | |
| """ | |