Charlie Jonas
Charlie Jonas
Can we disable this full on? A lot of us use more powerful coding assistants like cursor. It doesn't seem like we should have been opted into this.
yes please (I was just going to suggest to make them case-insensitive, but this would work as well)
@DouweM Did you see my updates to use dump_messages? From my perspective it's ready to go... Although I think #3392 needs to go out first and I rebase my changes...
@lucasgomide We've pivoted and are now using PydanticAI instead of CrewAI for this use case. However, It was the latest version at time of issue creation (sorry for not adding...
May be related to #5420
Seems like maybe this has recently been added via the [new middleware features](https://gofastmcp.com/servers/middleware)? Hooks for `on_call_tool` and `on_list_tools` should allow for dynamic registration and execution modification of tools. ### Update...
@DouweM sorry I wasn't super clear, but this was a really just quick POC for validating this abstraction supported difference use-cases. I hardly reviewed at the internals at all 😅...
> @ChuckJonas Are you still interested in working on this? Ya, sorry was sick and then traveling this week for the US holiday. I should be able to wrap it...
@kadosh1000 would you be able to use this [`on_complete` hook](https://github.com/pydantic/pydantic-ai/pull/2429) to capture the messages (via either `[all_messages](https://ai.pydantic.dev/api/agent/#pydantic_ai.agent.AgentRunResult.all_messages) or [new_messages](https://ai.pydantic.dev/api/agent/#pydantic_ai.agent.AgentRunResult.new_messages)) when the run completes and "persist" them? If you have a...
@Delgan Could we at least add an option to at least disable this formatting functionality? I always format the `_message` parameter using f-string and only want to pass additional properties...