Avaer Kazmer

Results 257 issues of Avaer Kazmer

We should split the login flow between redirect and code copy cases. Currently they are both under the same pipeline, which results in a suboptimal login experience. For example, there...

Once we have agents easily pushable to github repositories (https://github.com/UpstreetAI/monorepo/issues/514), we should think about how to optimize the development pipeline so that `git push` is sufficient to `usdk deploy` an...

We should make it easy for developers to source control their agents and track changes made to them. - Add `.gitignore` to created agents so it is clear which files...

It would be nice to integrate agents with Github PR pipelines as a `` component. You register a Github application, perform the oauth flow to connect your repos, and the...

Right now the discord builder bot (running on fly.io) is extremely slow with its commands, especially `create` and `chat`, which are the most important. It's slow enough that the user...

(open question) Right now we have `deploy` and `unpublish` commands for managing remote agents. They should be parallel commands, like `deploy`/`undeploy` or `publish`/`unpublish`.

This PR implements a cpu-based sorting pipeline. Fixes https://github.com/f3d-app/f3d/issues/1803. I don't intend this to be merged, but hopefully it is useful code to someone if they need this feature.

triage:stalled