marvin icon indicating copy to clipboard operation
marvin copied to clipboard

✨ Build AI interfaces that spark joy

Results 108 marvin issues
Sort by recently updated
recently updated
newest added

```python In [1]: from marvin.beta.assistants import Assistant In [2]: In [2]: class MyAssistant(Assistant): ...: def pre_run_hook(self, assistant, run, run_kwargs): ...: print(assistant.instructions) ...: print(getattr(assistant, "state", None)) # none for normal assistant...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

bug

add example for captioning images

turbopuffer is better and easier afaict

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....

question

![image](https://github.com/PrefectHQ/marvin/assets/153965/760716fb-0720-475d-9eec-ee399d89a945)

See PR to remove uv here: https://github.com/PrefectHQ/marvin/pull/867 This action failed: https://github.com/PrefectHQ/marvin/actions/runs/8273155298 After removing uv, this action succeeded: https://github.com/PrefectHQ/marvin/actions/runs/8273210298

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....

enhancement

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....

enhancement
good first issue

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

bug