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| from agent_libos.models import ( |
| #2 | AgentImage, |
| #3 | AgentObject, |
| #4 | AgentProcess, |
| #5 | Capability, |
| #6 | CapabilityRight, |
| #7 | Event, |
| #8 | EventType, |
| #9 | ForkMode, |
| #10 | HumanRequest, |
| #11 | MaterializedContext, |
| #12 | MemoryView, |
| #13 | ObjectHandle, |
| #14 | ObjectMetadata, |
| #15 | ObjectNamespace, |
| #16 | ObjectQuery, |
| #17 | ObjectRight, |
| #18 | ObjectType, |
| #19 | ProcessResult, |
| #20 | ProcessSignal, |
| #21 | ProcessStatus, |
| #22 | RelationType, |
| #23 | ToolCallResult, |
| #24 | ToolCandidate, |
| #25 | ToolHandle, |
| #26 | ToolSpec, |
| #27 | ValidationResult, |
| #28 | ViewMode, |
| #29 | ) |
| #30 | from agent_libos.runtime.runtime import Runtime |
| #31 |
| #32 | Rights = CapabilityRight |
| #33 |
| #34 | __all__ = [ |
| #35 | "AgentImage", |
| #36 | "AgentObject", |
| #37 | "AgentProcess", |
| #38 | "Capability", |
| #39 | "CapabilityRight", |
| #40 | "Event", |
| #41 | "EventType", |
| #42 | "ForkMode", |
| #43 | "HumanRequest", |
| #44 | "MaterializedContext", |
| #45 | "MemoryView", |
| #46 | "ObjectHandle", |
| #47 | "ObjectMetadata", |
| #48 | "ObjectNamespace", |
| #49 | "ObjectQuery", |
| #50 | "ObjectRight", |
| #51 | "ObjectType", |
| #52 | "ProcessResult", |
| #53 | "ProcessSignal", |
| #54 | "ProcessStatus", |
| #55 | "RelationType", |
| #56 | "Rights", |
| #57 | "Runtime", |
| #58 | "ToolCallResult", |
| #59 | "ToolCandidate", |
| #60 | "ToolHandle", |
| #61 | "ToolSpec", |
| #62 | "ValidationResult", |
| #63 | "ViewMode", |
| #64 | ] |
| #65 |
| #66 | __version__ = "0.1.0" |
| #67 |