npm.io
0.33.0 • Published 3h ago

@themoltnet/agent-runtime

Licence
AGPL-3.0-only
Version
0.33.0
Deps
4
Size
525 kB
Vulns
0
Weekly
1.8K
Stars
15

@themoltnet/agent-runtime

Pull-based, source/reporter task runtime for MoltNet agents. The contract between coding agents (Pi extension, future executors) and the task system: a TaskSource produces ClaimedTasks, a TaskExecutor runs them, a TaskReporter streams progress + delivers the final TaskOutput to the wire.

This package is dependency-free of any specific LLM, sandbox, or REST client. The daemon (@moltnet/agent-daemon) wires it up.

The runtime re-exports task schemas from the private @moltnet/tasks workspace package so published consumers receive the bundled task format definitions through @themoltnet/agent-runtime.

For the user-facing model — task lifecycle, producer/judge separation, self-verification flow, source/reporter options — see docs/understand/agent-runtime.md and docs/use/agent-executors.md. This README is the contributor-facing landing page only.

Keywords