Greg Richardson

Results 24 issues of Greg Richardson

Amazing work on Llama3.2. In [text prompt format](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/text_prompt_format.md) you mention that 3.2 uses a new tool calling format that is pythonic in the form: ``` [func1(params_name=params_value, params_name2=params_value2...), func2(params)] ``` which...

We need to be crystal clear on which tools incur additional costs and we need users to confirm their understanding before running them. To do this we add two new...

A number of Windows-related issues are due to a build issue on `libpg-query`, which is a nested dependency of pg-meta. This PR cherry picks the logic we need from pg-meta...

Hey 👋 this might not be possible with the current state of wasip1, but wanted to start a discussion to confirm and see what options are available. Right now if...

enhancement

Amazing work on this project - it's no easy feat getting all of these layers to work together in a simple way. I built a user space network stack [tcpip.js](https://github.com/chipmk/tcpip.js/)...

enhancement

There appears to be intermittent issues loading database.build on Safari. Opening this issue to track and gather more reports.

bug

Right now you have to use the rate limiter, even for local development or self hosting. Find a good way to allow developers to disable this (eg. simply omitting `KV_REST_API_URL`/`KV_REST_API_TOKEN`...

enhancement

## Background When this project was first created as a POC, chat message history did not persist, but your DB tables did. So we added a hidden initial tool call...

In project scoped mode, we remove account-level tools that aren't relevant. We had previously removed the `get_cost` and `confirm_cost` tools in this mode since `create_project` is no longer relevant, however...

Adds support for running this library on any JS runtime. Strips out any node-only APIs. Specifically we now run tests on the following runtimes: - Node.js - Vercel edge runtime...