Buckets:
| from agents.agents import run_agents | |
| from agents.judges import run_judges | |
| from decision.decision_engine import build_decision | |
| from audit.logger import log_event | |
| question = "Should AI be used for hiring decisions?" | |
| agent_outputs = run_agents(question) | |
| log_event("agent_outputs", agent_outputs) | |
| judge_scores = run_judges(agent_outputs) | |
| log_event("judge_scores", judge_scores) | |
| decision = build_decision(question, agent_outputs, judge_scores) | |
| log_event("final_decision", decision) | |
| print(decision) | |
Xet Storage Details
- Size:
- 499 Bytes
- Xet hash:
- ae4ab1a0f2bdad98ef1a51a469c135b51606144a3529648d39d693fbe2ba6f39
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.