PyPI project
abstractllm
32 indexed releases ยท newest sdist 1.1.5 with 165 indexed members
Files in 1.1.5 abstractllm-1.1.5.tar.gz
- abstractllm/__init__.py
- abstractllm/architectures/__init__.py
- abstractllm/architectures/detection.py
- abstractllm/architectures/enums.py
- abstractllm/cli.py
- abstractllm/cognitive/__init__.py
- abstractllm/cognitive/auto_enhance.py
- abstractllm/cognitive/base.py
- abstractllm/cognitive/examples.py
- abstractllm/cognitive/facts_extractor.py
- abstractllm/cognitive/integrations/__init__.py
- abstractllm/cognitive/integrations/memory_integration.py
- abstractllm/cognitive/integrations/session_integration.py
- abstractllm/cognitive/patch_facts.py
- abstractllm/cognitive/prompts/__init__.py
- abstractllm/cognitive/prompts/facts_prompts.py
- abstractllm/cognitive/prompts/summarizer_prompts.py
- abstractllm/cognitive/prompts/values_prompts.py
- abstractllm/cognitive/semantic_extractor.py
- abstractllm/cognitive/summarizer.py
- abstractllm/cognitive/value_resonance.py
- abstractllm/enums.py
- abstractllm/exceptions.py
- abstractllm/factory.py
- abstractllm/interface.py
- abstractllm/media/__init__.py
- abstractllm/media/factory.py
- abstractllm/media/image.py
- abstractllm/media/interface.py
- abstractllm/media/processor.py
- abstractllm/media/tabular.py
- abstractllm/media/text.py
- abstractllm/memory.py
- abstractllm/providers/__init__.py
- abstractllm/providers/anthropic.py
- abstractllm/providers/base.py
- abstractllm/providers/huggingface.py
- abstractllm/providers/lmstudio_provider.py
- abstractllm/providers/migration_status.py
- abstractllm/providers/mlx_model_configs.py
- abstractllm/providers/mlx_provider.py
- abstractllm/providers/ollama.py
- abstractllm/providers/openai.py
- abstractllm/providers/registry.py
- abstractllm/retry_strategies.py
- abstractllm/scratchpad_manager.py
- abstractllm/session.py
- abstractllm/storage/__init__.py
- abstractllm/storage/embeddings.py
- abstractllm/storage/lancedb_store.py
- abstractllm/structured_response.py
- abstractllm/tools/__init__.py
- abstractllm/tools/advanced_tools.py
- abstractllm/tools/common_tools.py
- abstractllm/tools/core.py
- abstractllm/tools/enhanced.py
- abstractllm/tools/enhanced_core.py
- abstractllm/tools/handler.py
- abstractllm/tools/parser.py
- abstractllm/tools/registry.py
- abstractllm/tools/tool_catalog.py
- abstractllm/types.py
- abstractllm/utils/__init__.py
- abstractllm/utils/commands.py
- abstractllm/utils/config.py
- abstractllm/utils/context_logging.py
- abstractllm/utils/context_tracker.py
- abstractllm/utils/display.py
- abstractllm/utils/enhanced_input.py
- abstractllm/utils/formatting.py
- abstractllm/utils/logging.py
- abstractllm/utils/observability_store.py
- abstractllm/utils/response_helpers.py
- abstractllm/utils/utilities.py
- alma-simple-tools.py
- alma-simple.py
- deprecated/alma-minimal.py
- deprecated/alma.py
- memlog.py
- test_json_serialization_complete.py
- tests/__init__.py
- tests/conftest.py
- tests/debug_anthropic_vision.py
- tests/examples/test_prompts.py
- tests/integration/test_e2e.py
- tests/integration/test_edge_cases.py
- tests/integration/test_llm_first_flow.py
- tests/integration/test_session_tools.py
- tests/integration/test_streaming_tools.py
- tests/preload_models.py
- tests/providers/__init__.py
- tests/providers/test_mlx_media_handling.py
- tests/providers/test_mlx_provider.py
- tests/providers/test_tool_calls.py
- tests/providers/test_tool_integration.py
- tests/save_test_images.py
- tests/system/test_tool_system.py
- tests/test_nonstreaming.py
- tests/test_pickle_message_fix.py
- tests/test_session_reload_fix.py
- tests/test_stream_error.py
- tests/test_tool_calls_serialization.py
- tests/tmp/diagnose_search_issue.py
- tests/tmp/minimal_protocol_reproduction.py
- tests/tmp/run_contamination_diagnosis.py
- tests/tmp/simple_search_test.py
- tests/tmp/test_alma.py
- tests/tmp/test_anthropic.py
- tests/tmp/test_async.py
- tests/tmp/test_cognitive_integration.py
- tests/tmp/test_config.py
- tests/tmp/test_direct_execution.py
- tests/tmp/test_enhanced_integration.py
- tests/tmp/test_enhanced_telemetry.py
- tests/tmp/test_enhanced_tools.py
- tests/tmp/test_factory.py
- tests/tmp/test_generation.py
- tests/tmp/test_huggingface.py
- tests/tmp/test_integration.py
- tests/tmp/test_integration_mock.py
- tests/tmp/test_interface.py
- tests/tmp/test_media.py
- tests/tmp/test_memory_blocking.py
- tests/tmp/test_memory_context_fix.py
- tests/tmp/test_mlx_glm.py
- tests/tmp/test_mlx_quick.py
- tests/tmp/test_mlx_registration.py
- tests/tmp/test_mlx_tools.py
- tests/tmp/test_mlx_vision.py
- tests/tmp/test_ollama.py
- tests/tmp/test_ollama_context.py
- tests/tmp/test_ollama_last_message.py
- tests/tmp/test_ollama_logging.py
- tests/tmp/test_ollama_messages.py
- tests/tmp/test_ollama_simple.py
- tests/tmp/test_ollama_tool_parsing.py
- tests/tmp/test_ollama_tools.py
- tests/tmp/test_openai.py
- tests/tmp/test_optimized_search.py
- tests/tmp/test_providers.py
- tests/tmp/test_react_streaming_behavior.py
- tests/tmp/test_react_streaming_fix.py
- tests/tmp/test_search_performance.py
- tests/tmp/test_security.py
- tests/tmp/test_session_state.py
- tests/tmp/test_simple_cognitive.py
- tests/tmp/test_sota_improvements.py
- tests/tmp/test_streaming_fix_unit.py
- tests/tmp/test_streaming_multitool.py
- tests/tmp/test_streaming_tools.py
- tests/tmp/test_structured_response.py
- tests/tmp/test_tabular.py
- tests/tmp/test_text.py
- tests/tmp/test_tool_agent.py
- tests/tmp/test_tool_error_handling.py
- tests/tmp/test_tool_result_integrity.py
- tests/tmp/test_tool_security.py
- tests/tmp/test_vision.py
- tests/tmp/timing_isolation_test.py
- tests/tmp/tool_result_integrity_fix.py
- tests/tool_test.py
- tests/tools/__init__.py
- tests/tools/test_foundation.py
- tests/tools/test_interfaces.py
- tests/utils.py
Indexed releases
- 1.1.5
abstractllm-1.1.5.tar.gz165 members - 1.1.5
abstractllm-1.1.5-py3-none-any.whl74 members - 1.1.1
abstractllm-1.1.1.tar.gz158 members - 1.1.1
abstractllm-1.1.1-py3-none-any.whl74 members - 1.1.0
abstractllm-1.1.0.tar.gz158 members - 1.1.0
abstractllm-1.1.0-py3-none-any.whl74 members - 1.0.4
abstractllm-1.0.4.tar.gz117 members - 1.0.4
abstractllm-1.0.4-py3-none-any.whl50 members - 1.0.3
abstractllm-1.0.3.tar.gz114 members - 1.0.3
abstractllm-1.0.3-py3-none-any.whl48 members - 1.0.2
abstractllm-1.0.2.tar.gz114 members - 1.0.2
abstractllm-1.0.2-py3-none-any.whl47 members - 1.0.0
abstractllm-1.0.0.tar.gz114 members - 1.0.0
abstractllm-1.0.0-py3-none-any.whl47 members - 0.5.3
abstractllm-0.5.3.tar.gz75 members - 0.5.3
abstractllm-0.5.3-py3-none-any.whl28 members - 0.5.2
abstractllm-0.5.2.tar.gz73 members - 0.5.2
abstractllm-0.5.2-py3-none-any.whl28 members - 0.5.1
abstractllm-0.5.1.tar.gz73 members - 0.5.1
abstractllm-0.5.1-py3-none-any.whl27 members - 0.5.0
abstractllm-0.5.0.tar.gz73 members - 0.5.0
abstractllm-0.5.0-py3-none-any.whl27 members - 0.4.8
abstractllm-0.4.8.tar.gz73 members - 0.4.8
abstractllm-0.4.8-py3-none-any.whl27 members - 0.4.7
abstractllm-0.4.7.tar.gz72 members - 0.4.7
abstractllm-0.4.7-py3-none-any.whl27 members - 0.4.6
abstractllm-0.4.6.tar.gz48 members - 0.4.6
abstractllm-0.4.6-py3-none-any.whl21 members - 0.4.5
abstractllm-0.4.5.tar.gz48 members - 0.4.5
abstractllm-0.4.5-py3-none-any.whl21 members - 0.4.0
abstractllm-0.4.0.tar.gz48 members - 0.4.0
abstractllm-0.4.0-py3-none-any.whl21 members