README.md
pyproject.toml
setup.py
artificial_intelligence_local/__init__.py
artificial_intelligence_local.egg-info/PKG-INFO
artificial_intelligence_local.egg-info/SOURCES.txt
artificial_intelligence_local.egg-info/dependency_links.txt
artificial_intelligence_local.egg-info/requires.txt
artificial_intelligence_local.egg-info/top_level.txt
artificial_intelligence_local/src/__init__.py
artificial_intelligence_local/src/agent_runner.py
artificial_intelligence_local/src/contact_agent.py
artificial_intelligence_local/src/llm_router.py
artificial_intelligence_local/src/llm_router_logger.py
artificial_intelligence_local/src/ollama_agent_base.py
artificial_intelligence_local/src/weather_agent.py
artificial_intelligence_local/src/llm_api_manager/__init__.py
artificial_intelligence_local/src/llm_api_manager/direct_llm.py
artificial_intelligence_local/src/llm_api_manager/indirect_llm.py
artificial_intelligence_local/src/llm_api_manager/llm_api_call.py
artificial_intelligence_local/src/llm_api_manager/llm_api_type_constants.py
artificial_intelligence_local/src/llm_api_manager/usage.py
artificial_intelligence_local/src/our_llm/__init__.py
artificial_intelligence_local/src/our_llm/our_llm_agent.py
artificial_intelligence_local/src/our_llm/our_llm_complete.py
artificial_intelligence_local/src/our_llm/our_llm_conversation.py
artificial_intelligence_local/src/our_llm/our_llm_model.py
artificial_intelligence_local/src/our_llm/our_llm_prompt.py
artificial_intelligence_local/src/our_llm/our_llm_response.py
artificial_intelligence_local/tests/__init__.py
artificial_intelligence_local/tests/agent_runner_test.py
artificial_intelligence_local/tests/artificial_intelligence_local_test.py
artificial_intelligence_local/tests/constants_tests_llm_router.py
artificial_intelligence_local/tests/contact_agent_test.py
artificial_intelligence_local/tests/direct_llm_test.py
artificial_intelligence_local/tests/indirect_llm_test.py
artificial_intelligence_local/tests/llm_api_call_test.py
artificial_intelligence_local/tests/llm_api_type_constants_test.py
artificial_intelligence_local/tests/llm_router_logger_test.py
artificial_intelligence_local/tests/llm_router_test.py
artificial_intelligence_local/tests/ollama_agent_base_test.py
artificial_intelligence_local/tests/our_llm_test.py
artificial_intelligence_local/tests/usage_test.py
artificial_intelligence_local/tests/weather_agent_test.py