Находки в опенсорсе: Python
@opensource_findings_python
737
subscribers
2
photos
86
links
Легкие задачки в опенсорсе из мира Python
Чат:
@opensource_findings_chat
Download Telegram
Join
Находки в опенсорсе: Python
737 subscribers
Находки в опенсорсе: Python
Поправить
__all__
, куда уж проще
😊
https://github.com/reagento/dishka/issues/499
GitHub
DishkaRouter is not declared in __all__ in litestar integration · Issue #499 · reagento/dishka
When attempting to run from dishka.integrations.litestar import DishkaRouter PyCharm flags the import with a warning: And he's right:
😁
15
Находки в опенсорсе: Python
https://github.com/ag2ai/ag2/issues/1922
#ag2
GitHub
[Bug]: filter_config does not handle None or config values that are lists as expected · Issue #1922 · ag2ai/ag2
Describe the bug In the notebook agentchat_function_call.ipynb the first cell has you load an llm config where tool calls are supported llm_config = autogen.LLMConfig.from_json(path="OAI_CONFI...
Находки в опенсорсе: Python
https://github.com/ag2ai/ag2/issues/1832
#ag2
GitHub
[Feature Request]: Support more characters in MCP tools · Issue #1832 · ag2ai/ag2
Is your feature request related to a problem? Please describe. Is there any reason that a ConversableAgent does not accept tool names that contain anything other than letters, numbers, - and _ char...