abab-dev
abab-dev
f3 works but f2 does not with markitdown version ` 0.0.1a4` ```python from markitdown import MarkItDown md = MarkItDown() p1= r'sample.pptx' p2 = r'iris.xlsx' from io import BytesIO import re...
Addresses #790 Add docker code execution tool to agent.tools Add example to examples/code_execution `uv sync --all-groups --all-extras` You can check if its working by `uv run examples/code_execution/docker_tool.py`
This is the repo for testing https://github.com/abab-dev/test-graphiti-mcp-server Instructions in the repo how to run this to run the service ``` git clone https://github.com/getzep/graphiti.git cd graphiti/mcp_server OPENAI_BASE_URL=http://localhost:5000 docker compose up ```...
## Description Add Gladia speech to text service ## Related Issue(s) #3727 ## Type of Change - [x] New feature (non-breaking change that adds functionality) ## Checklist - [x] I...
Fixes: #2232 By default the page translates to Chinese upon pressing `;t` set it to be configurable.
https://github.com/brookhong/Surfingkeys/blob/c0b34133cef5f17ef4fda19cd161b1a5a75b88e2/src/content_scripts/common/default.js#L212 Is there a way to change the default translation language chinese
To test this example out ```sh uv run examples/docqa/hacker-news-agent/hn_agent.py ```