LICENSE
README.md
pyproject.toml
chak/__init__.py
chak/conversation.py
chak/exceptions.py
chak/message.py
chak/metadata.py
chak/schemas.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/handlers/__init__.py
chak/context/handlers/base.py
chak/context/handlers/fifo.py
chak/context/handlers/lru.py
chak/context/handlers/noop.py
chak/context/handlers/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/tools/skills/__init__.py
chak/tools/skills/claude.py
chak/tools/skills/object.py
chak/tools/std/__init__.py
chak/tools/std/bash.py
chak/tools/std/filesystem.py
chak/tools/std/http.py
chak/tools/std/pdf.py
chak/tools/std/python.py
chak/tools/std/sandbox.py
chak/tools/std/search.py
chak/tools/std/web.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/chat_attachment.py
examples/chat_event.py
examples/chat_reasoning.py
examples/chat_stream.py
examples/context_handler_fifo.py
examples/context_handler_lru.py
examples/context_handler_summarization.py
examples/custom_payload_demo.py
examples/event_stream_chat_demo.py
examples/message_filtering_demo.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/structured_output_multimodal.py
examples/structured_output_simple.py
examples/test_attachments.py
examples/tool_approval_web_demo.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
examples/tool_calling_claude_skill.py
examples/tool_calling_hitl_demo.py
examples/tool_calling_parallel_demo.py
examples/tool_calling_skills_large_scale.py
examples/tool_calling_skills_scenario.py
examples/tool_calling_skills_simple.py
examples/tool_calling_std.py
examples/tool_dynamic_management_demo.py
examples/turn_id_tracking.py
examples/usage_token_tracking.py