Alok Saboo

Results 68 issues of Alok Saboo

I would love to deploy this. Can you please provide a docker-compose file...thanks!

enhancement

Listenbrainz is currently broken. I get this error: ```bash Traceback (most recent call last): File "/home/arsaboo/.local/bin/beet", line 8, in sys.exit(main()) ^^^^^^ File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/__init__.py", line 1862, in main _raw_main(args) File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/__init__.py",...

Can you please add docker support... thanks!

I followed the instructions and build the image and then used the following docker-compose: ```yaml services: deep-researcher: image: ollama-deep-researcher restart: unless-stopped environment: - TAVILY_API_KEY=REDACTED - OLLAMA_BASE_URL=http://host.docker.internal:11434/ ports: - "2024:2024" extra_hosts:...

## Problem Description Similar to Tavliy, Exa also provides AI-generated answers. We should add that feature to our Exa tools. ## Additional context Example from Exa docs: - https://github.com/exa-labs/exa-py/blob/master/examples/answer_example.py Here's...

enhancement

Beets (https://github.com/beetbox/beets) is a great music library management software, and it would be great if we could import the ratings and other metadata directly from Beets. An alternate is getting...

### Feature Description It would be great to implement [Deep Research](https://openai.com/index/introducing-deep-research/) in Morphic. ### Use Case This can be useful for more detailed research. ### Additional context We already have...

enhancement

It would be great to have some API support (similar to the perplexity API) to use with other programs.

Tried using browser-agent and I am getting this error: ```bash Agent 0: Generating { "thoughts": [ "I need to scrape the top 5 news items from Hacker News.", "I will...

While I use qwen2.5:70b as my daily driver, I use other models for specific tasks (e.g., coding). Thus, it would be great to allow multiple LLMs to be configured. We...

suggestion