.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
examples/1_llm_generate.py
examples/2_llm_generate_structured.py
examples/3_simple_chatbot.py
examples/4_tool_calling_chatbot.py
img/logo.png
llmbrix/__init__.py
llmbrix/agent.py
llmbrix/chat_history.py
llmbrix/gpt_openai.py
llmbrix/tool.py
llmbrix/tool_executor.py
llmbrix/tool_param.py
llmbrix/llmbrix.egg-info/PKG-INFO
llmbrix/llmbrix.egg-info/SOURCES.txt
llmbrix/llmbrix.egg-info/dependency_links.txt
llmbrix/llmbrix.egg-info/requires.txt
llmbrix/llmbrix.egg-info/top_level.txt
llmbrix/msg/__init__.py
llmbrix/msg/assistant_msg.py
llmbrix/msg/msg.py
llmbrix/msg/system_msg.py
llmbrix/msg/tool_output_msg.py
llmbrix/msg/tool_request_msg.py
llmbrix/msg/user_msg.py
llmbrix/tools/__init__.py
llmbrix/tools/get_datetime_tool.py
llmbrix/tools/list_dir_tool.py
scripts/release_check_dist.sh
scripts/release_prod.sh
scripts/release_test.sh
tests/__init__.py
tests/test_chat_history.py