LICENSE
README.md
pyproject.toml
chak/__init__.py
chak/conversation.py
chak/exceptions.py
chak/message.py
chak/context/__init__.py
chak/context/strategies/__init__.py
chak/context/strategies/base.py
chak/context/strategies/fifo.py
chak/context/strategies/lru.py
chak/context/strategies/noop.py
chak/context/strategies/summarize.py
chak/providers/__init__.py
chak/providers/types.py
chak/providers/llm/__init__.py
chak/providers/llm/anthropic.py
chak/providers/llm/azure.py
chak/providers/llm/baidu.py
chak/providers/llm/bailian.py
chak/providers/llm/base.py
chak/providers/llm/deepseek.py
chak/providers/llm/google.py
chak/providers/llm/iflytek.py
chak/providers/llm/minimax.py
chak/providers/llm/mistral.py
chak/providers/llm/moonshot.py
chak/providers/llm/ollama.py
chak/providers/llm/openai.py
chak/providers/llm/siliconflow.py
chak/providers/llm/tencent.py
chak/providers/llm/vllm.py
chak/providers/llm/volcengine.py
chak/providers/llm/xai.py
chak/providers/llm/zhipu.py
chak/server/__init__.py
chak/server/app.py
chak/server/config.py
chak/server/playground.html
chak/server/schemas.py
chak/server/websocket.py
chak/utils/__init__.py
chak/utils/logger.py
chak/utils/model_info.py
chak/utils/models.py
chak/utils/uri.py
chakpy.egg-info/PKG-INFO
chakpy.egg-info/SOURCES.txt
chakpy.egg-info/dependency_links.txt
chakpy.egg-info/requires.txt
chakpy.egg-info/top_level.txt
examples/__init__.py
examples/example_bailian.py
examples/example_ollama.py
examples/example_server.py