LICENSE.rst
MANIFEST.in
README.md
setup.py
src/ultragpt/__init__.py
src/ultragpt.egg-info/PKG-INFO
src/ultragpt.egg-info/SOURCES.txt
src/ultragpt.egg-info/dependency_links.txt
src/ultragpt.egg-info/requires.txt
src/ultragpt.egg-info/top_level.txt
src/ultragpt/config/__init__.py
src/ultragpt/config/config.py
src/ultragpt/core/__init__.py
src/ultragpt/core/chat_flow.py
src/ultragpt/core/core.py
src/ultragpt/core/pipelines.py
src/ultragpt/messaging/__init__.py
src/ultragpt/messaging/history_utils.py
src/ultragpt/messaging/message_ops.py
src/ultragpt/messaging/token_manager.py
src/ultragpt/messaging/token_limits/__init__.py
src/ultragpt/messaging/token_limits/langchain_limiter.py
src/ultragpt/prompts/__init__.py
src/ultragpt/prompts/prompts.py
src/ultragpt/providers/__init__.py
src/ultragpt/providers/_langchain_patches.py
src/ultragpt/providers/providers.py
src/ultragpt/schemas/__init__.py
src/ultragpt/schemas/schema_utils.py
src/ultragpt/schemas/tool_schemas.py
src/ultragpt/tooling/__init__.py
src/ultragpt/tooling/tools_manager.py
src/ultragpt/tools/__init__.py
src/ultragpt/tools/calculator/__init__.py
src/ultragpt/tools/calculator/core.py
src/ultragpt/tools/calculator/prompts.py
src/ultragpt/tools/calculator/schemas.py
src/ultragpt/tools/math_operations/__init__.py
src/ultragpt/tools/math_operations/core.py
src/ultragpt/tools/math_operations/prompts.py
src/ultragpt/tools/math_operations/schemas.py
src/ultragpt/tools/web_search/__init__.py
src/ultragpt/tools/web_search/context.py
src/ultragpt/tools/web_search/core.py
src/ultragpt/tools/web_search/prompts.py
src/ultragpt/tools/web_search/schemas.py
tests/test_basic_providers.py
tests/test_claude_support.py
tests/test_comprehensive.py
tests/test_content_strip.py
tests/test_gpt5_reasoning_replay.py
tests/test_message_handling.py
tests/test_multi_provider.py
tests/test_native_thinking.py
tests/test_optimized_message_ops.py
tests/test_real_api.py
tests/test_real_api_tool_calls.py
tests/test_reasoning_details_accumulation.py
tests/test_reasoning_details_id_sanitization.py
tests/test_reasoning_details_preservation.py
tests/test_reasoning_high_alias.py
tests/test_ref_with_keywords_error.py
tests/test_responses_api.py
tests/test_schema_comprehensive.py
tests/test_schema_edge_cases.py
tests/test_smart_position_finding.py
tests/test_storylinez_expert_tools.py
tests/test_streaming_verification.py
tests/test_tool_call_fix.py
tests/test_tool_call_grouping.py
tests/test_tool_call_return_formats.py
tests/test_truncation_safety.py