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| requires = ["hatchling"] |
| #3 | build-backend = "hatchling.build" |
| #4 |
| #5 | [project] |
| #6 | name = "agent-libos" |
| #7 | version = "0.1.0" |
| #8 | description = "A minimal Agent libOS runtime with process, object memory, capability, human approval, JIT tool, checkpoint, and audit primitives." |
| #9 | readme = "README.md" |
| #10 | requires-python = ">=3.11" |
| #11 | license = { text = "MIT" } |
| #12 | authors = [{ name = "Agent libOS contributors" }] |
| #13 | dependencies = [ |
| #14 | "openai>=2.38.0", |
| #15 | "pydantic>=2.13.4", |
| #16 | ] |
| #17 |
| #18 | [project.scripts] |
| #19 | agent-libos = "agent_libos.api.cli:main" |
| #20 |
| #21 | [tool.hatch.build.targets.wheel] |
| #22 | packages = ["agent_libos"] |
| #23 |
| #24 |