Spaces:
Sleeping
Sleeping
| """Citadel: Multi-Agent AI Defense Council on top of OpenEnv.""" | |
| from models import ( | |
| IncidentAction, | |
| IncidentObservation, | |
| IncidentState, | |
| CommanderProposal, | |
| OversightAction, | |
| OversightObservation, | |
| CouncilState, | |
| Lesson, | |
| ) | |
| from client import CitadelEnv | |
| __all__ = [ | |
| "IncidentAction", | |
| "IncidentObservation", | |
| "IncidentState", | |
| "CommanderProposal", | |
| "OversightAction", | |
| "OversightObservation", | |
| "CouncilState", | |
| "Lesson", | |
| "CitadelEnv", | |
| ] | |