yunik maharjan

Results 13 comments of yunik maharjan

I think what @PaxPaxei is trying to say is that since **mechvibes** is trying to emulate the sound of a mechanical keyboard , it would be nice if **mechvibes** allowed...

What I do to get the exact version is: ``` bash pipenv run pip freeze > requirements.txt pipenv install -r requirements.txt ``` Just a simple workaround so, that I don't...

> Hi @unique1o1 could you define "doesn't work" - does it give some error ? or behaves differently (how) ? Hey, @vitalik Yeah, it gives an error saying `TypeError: cannot...

Excluding GenericForeignKey fields also doesn't work. Throws the following error: `ninja.errors.ConfigError: DjangoField(s) {''} are not in model `

IMO, having `UV_DEFAULT_PYTHON` will be more useful than `UV_PYTHON`, since we already have `--python`.

Sorry don't have the repo, but this is the extra code that I have added to the [agent starter template repo](https://github.com/cloudflare/agents-starter). PS: I think this issue is because I have...

Thanks! A proper error message would be helpful.

@threepointone does agent-sdk automatically discard the old chat history and only use the recent ones if it exceeds the context window?

[Repo](https://github.com/unique1o1/cloudflare-ai-agents)

@ryleyrandall22 For me, the issue was the MCP connection (SSE), which was somehow blocking every request. I switched to streamable HTTP, and it started working. Don't know why it worked...