The Python Component System (PCS) is an API and CLI for building, running, and sharing Python code. AgentOS is a set of libraries built on top of PCS that make it easy to build, run, and share agents that use Reinforcement Learning.
In this world, providing a string as a type will match that string against the components in PCS. E.g,, using type: LocalRepo would be equivalent to using spec:LocalRepo as in the following:
In this world, providing a string as a type will match that string against the components in PCS. E.g,, using
type: LocalRepo
would be equivalent to usingspec:LocalRepo
as in the following: