Hemanth HM

Results 148 issues of Hemanth HM

I like phidata's interface and trying to bake an agent with ollama with the below code: ```python from phi.agent import Agent from phi.model.ollama import Ollama from phi.tools.duckduckgo import DuckDuckGo web_agent...

Add a `serve` command to start a CORS-enabled Flask server for file conversion. * **New Flask Server**: Add `src/markitdown/server.py` to define a Flask server with CORS enabled and a route...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 3 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...

I'm trying to access a custom header in order to conditionally load tools on an MCP server. I'm setting `ctx.props` in the `fetch` method, expecting to access it later in...

### What problem are you trying to solve? ## Problem Statement Currently, when working with the Fetch API, converting response data to base64 encoding requires multiple steps and introduces complexity,...

addition/proposal
needs implementer interest
topic: api

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...

## Introduction Modern web applications frequently require conversion of file contents (such as images, videos, or documents) or URLs pointing to such resources into Base64-encoded strings. Currently, developers rely on...