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.
Small optimization to the GitManager. Because we've already cloned the repo in the _default cache, we don't actually have to pull from GitHub to clone the repo at a particular sha1. Instead, we just clone the local default repo and checkout at the hash.
Small optimization to the
GitManager
. Because we've already cloned the repo in the_default
cache, we don't actually have to pull from GitHub to clone the repo at a particular sha1. Instead, we just clone the local default repo and checkout at the hash.