LICENSE
README.md
pyproject.toml
chak/__init__.py
chak/conversation.py
chak/exceptions.py
chak/message.py
chak/attachment/__init__.py
chak/attachment/audio.py
chak/attachment/base.py
chak/attachment/csv.py
chak/attachment/doc.py
chak/attachment/excel.py
chak/attachment/image.py
chak/attachment/link.py
chak/attachment/pdf.py
chak/attachment/txt.py
chak/attachment/video.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/tools/__init__.py
chak/tools/manager.py
chak/tools/mcp/__init__.py
chak/tools/mcp/client.py
chak/tools/mcp/server.py
chak/tools/mcp/tool.py
chak/tools/native/__init__.py
chak/tools/native/function.py
chak/tools/native/object.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/multimodal_chat_documents.py
examples/multimodal_chat_image.py
examples/my_calculator_mcp_server.py
examples/simple_chat_bailian_qwen.py
examples/simple_chat_ollama_qwen.py
examples/simple_chat_openai_gpt4.py
examples/simple_gateway_server.py
examples/strategy_chat_fifo.py
examples/strategy_chat_lru.py
examples/strategy_chat_summarization.py
examples/test_attachments.py
examples/tool_calling_chat_functions.py
examples/tool_calling_chat_functions_pydantic.py
examples/tool_calling_chat_mcp_http.py
examples/tool_calling_chat_mcp_sse.py
examples/tool_calling_chat_mcp_stdio.py
examples/tool_calling_chat_objects_pydantic.py
examples/tool_calling_chat_objects_stateful.py