Logo
Explore Help
Register Sign In
yujunjun/autogen
1
0
Fork 0
You've already forked autogen
mirror of https://github.com/microsoft/autogen.git synced 2025-07-26 18:31:36 +00:00
Code Issues Packages Projects Releases Wiki Activity
autogen/python/packages/autogen-agentchat/src/autogen_agentchat/__init__.py

10 lines
246 B
Python
Raw Normal View History

Add __version__ to new packages (#3881)
2024-10-22 14:19:40 -04:00
import importlib.metadata
Refactor logging in agentchat (#3709) * Refactor logging in agentchat * fix notebook --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com> Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-09 12:15:09 -07:00
TRACE_LOGGER_NAME = "autogen_agentchat"
API documentation page flattening (#4556) * API documentation page refactor * Fix links and unused pages --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-12-04 18:24:07 -08:00
"""Logger name for trace logs."""
Refactor logging in agentchat (#3709) * Refactor logging in agentchat * fix notebook --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com> Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-09 12:15:09 -07:00
EVENT_LOGGER_NAME = "autogen_agentchat.events"
API documentation page flattening (#4556) * API documentation page refactor * Fix links and unused pages --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-12-04 18:24:07 -08:00
"""Logger name for event logs."""
Add __version__ to new packages (#3881)
2024-10-22 14:19:40 -04:00
__version__ = importlib.metadata.version("autogen_agentchat")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 285ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API