P. Taylor Goetz

Results 31 comments of P. Taylor Goetz

@anfeng Thanks for the input. I pushed a commit to address your concerns. Let me know if you feel strongly about the "Tracker" class names.

For Ubuntu 12.04, run the following before the `./autogen.sh` step: `sed -i 's/classdist_noinst.stamp/classnoinst.stamp/g' src/Makefile.am`

@mrflip @hausdorff Have you smoke tested this in a clustered environment? If so I'm +1.

@anfeng looks like this has merge conflicts. Can you update so it merges cleanly to facilitate testing? I'd be interested in it since we have some multi-tenancy requirements. Some documentation...

This is a big pull request and I haven't had the time to fully delve into it. But at first glance I noticed a few style related issues (some of...

Confirming that this is indeed a valid issue. The OpenGPTs API has changed, and existing scripts/programs that use it might break. The payloads the API expects are largely just untyped...

It looks like the recent changes that decouple agents from threads changed the API a bit. You now need to add messages to a run instead. Here's a sample of...

Here's a proposed response to `/api/v1/capabilities`. The idea is to introduce the concept of an "LLM Provider" that supports one or more models. Whether a tool or model is "enabled",...