agentos-project / agentos

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.
https://agentos.org
Apache License 2.0
13 stars 4 forks source link

Fix webregistry server run detail & make top corner logo link to homepage #387

Closed andyk closed 2 years ago

andyk commented 2 years ago

This is based on top of https://github.com/nickjalbert/agentos/pull/10 which itself is a PR on top of the branch in #380.

Screenshot of the new run list page:

Screen Shot 2022-05-02 at 16 49 47
nickjalbert commented 2 years ago

@andyk could you close, rebase on master, and re-open when you get a chance? GitHub is doing that thing where the diff is outdated and not updating :(

andyk commented 2 years ago

Okay @nickjalbert, I didn't close/rebase/reopen, but I did merge master into the branch this PR is based and now the diff view seems to be showing me the correct thing.

Is it working for you too?

nickjalbert commented 2 years ago

btw merging master and pushing fixed the diff for me. Thanks!