Nigel Jones
Nigel Jones
The opencontainers spec defines a list of standard annotations which could be used to add in important metadata. This superceeds the earlier label schema See https://github.com/opencontainers/image-spec/blob/main/annotations.md For instance this might...
Regression in vertexai provider from `python examples/backend/providers/vertexai.py` (Initially observed testing travel-advisor) ``` File "/Users/jonesn/AI/bee/beeai-framework/python/.venv/lib/python3.13/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/Users/jonesn/AI/bee/beeai-framework/python/.venv/lib/python3.13/site-packages/litellm/llms/vertex_ai/vertex_llm_base.py", line 40, in load_auth import google.auth...
**Is your feature request related to a problem? Please describe.** Provide clear API documentation which is automatically updated, and available in-ide from a single source **Describe the solution you'd like**...
We need to look at automating tests against multiple LLM providers & models, and clearly document the coverage, otherwise regressions can be intoduced as the code evolves. (https://github.com/i-am-bee/beeai-framework/issues/746 may be...
More detail on our supported backends would be useful. Currently python/docs/backends.md has a overall summary. We could extend the docs with: - Clarification of which environment variables are optional vs...
**Is your feature request related to a problem? Please describe.** When issues occur within the framework, whether due to - a framework problem - a provider issue - model behaviour...
**Describe the bug** With 'forward-first' active, unbound attempts to connect to root nameservers using SSL ``` 1 2025-03-04T08:40:44+00:00 OPNsense.cherrybyte.me.uk unbound 1838 - [meta sequenceId="36"] [1838:3] notice: ssl handshake failed 192.33.4.12...
### Issue Trying to use a local qwen3-coder model with aider on macOS 26 (arm) ``` No models match "{'qwen': {'model': 'lm_studio/qwen3-coder-30b-a3b-instruct-mlx', 'openai_api_base': 'http://localhost:1234/v1', 'openai_api_key': ``` The config file contains:...