Frederico Araujo
Frederico Araujo
`mmap` added in rc4 pre-release.
Release experimentally in 0.6.0
I'm experiencing the same issue. Started happening after I updated to the latest litellm (1.67.2). ``` litellm.exceptions.AuthenticationError: litellm.AuthenticationError: watsonxException - {"errors":[{"code":"authentication_token_expired","message":"Failed to authenticate the request due to an expired token","more_info":"https://cloud.ibm.com/apidocs/watsonx-ai"}],"trace":"...","status_code":401}...
Nice job, indeed! I made some minor edits to the docs here: #853 Adding to what @terylt said, a couple of points that could be considered for this agent: 1....
@crivetimihai thanks for making this proposal! I would vote to drop the `mcp-` prefix from the repo names, and standardize repo names around a `contextforge-` prefix. This is for two...
@tedhabeck thanks for creating this issue! It's a great step towards a maturity model for plugins. ### Suggestions for improvement - Clarify intent and criteria: Define what the levels measure...
Hi @gabe-l-hart , to disable the warnings, try this from your entrypoint module: ``` import logging logging.getLogger("mcpgateway.config").setLevel(logging.ERROR) logging.getLogger("mcpgateway.observability").setLevel(logging.ERROR) ``` @terylt we could add an option for this... I don't think...
I don't have a strong opinion about the name, but think that `RequirementsAgent` might not be an obvious name to understand what is special about this agent architecture. I'm biased...
> > Add pre/post events for all major operations: > > Chat model invocations (on_chat_pre_invoke, on_chat_post_invoke) > > Memory operations (on_memory_read, on_memory_write, on_memory_pre_update, etc.) > > Tool invocations (on_tool_pre_invoke, on_tool_post_invoke)...
> Hi, [@araujof](https://github.com/araujof). I'm [Dosu](https://dosu.dev), and I'm helping the beeai-framework team manage their backlog and am marking this issue as stale. > > **Issue Summary:** > > * You proposed...