repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Mirrored from https://github.com/yingqi-z20/Agent-libOS
stars
latest
clone command
git clone gitlawb://did:key:z6MkqRzA...RfoM/yingqi-z20-Agen...git clone gitlawb://did:key:z6MkqRzA.../yingqi-z20-Agen...d98dd2c9IPC1d ago| #3 | from enum import Enum |
| #4 |
| #5 | PID = str |
| #6 | OID = str |
| #7 | CapabilityID = str |
| #8 | EventID = str |
| #9 | AuditID = str |
| #10 | CheckpointID = str |
| #11 | ToolID = str |
| #12 | HumanRequestID = str |
| #13 | ProcessMessageID = str |
| #14 | MemoryViewID = str |
| #15 | SnapshotID = str |
| #16 | NamespaceID = str |
| #17 |
| #18 |
| #19 | class StrEnum(str, Enum): |
| #20 | def __str__(self) -> str: |
| #21 | return self.value |
| #22 |