mojentic 0.8.1__tar.gz → 0.8.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mojentic-0.8.1 → mojentic-0.8.2}/PKG-INFO +1 -1
- {mojentic-0.8.1 → mojentic-0.8.2}/pyproject.toml +1 -1
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/chat_session.py +1 -1
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic.egg-info/PKG-INFO +1 -1
- {mojentic-0.8.1 → mojentic-0.8.2}/LICENSE.md +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/README.md +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/setup.cfg +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/async_dispatcher_example.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/async_llm_example.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/broker_as_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/broker_examples.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/broker_image_examples.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/characterize_ollama.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/characterize_openai.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/chat_session.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/chat_session_with_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/coding_file_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/current_datetime_tool_example.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/design_analysis.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/embeddings.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/ensures_files_exist.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/ephemeral_task_manager_example.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/fetch_openai_models.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/file_deduplication.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/file_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/image_analysis.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/image_broker.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/image_broker_splat.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/iterative_solver.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/list_models.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/model_characterization.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/openai_gateway_enhanced_demo.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/oversized_embeddings.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/raw.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/agents/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/agents/decisioning_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/agents/thinking_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/formatters.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/models/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/models/base.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react/models/events.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/react.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/recursive_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/routed_send_response.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/simple_llm.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/simple_llm_repl.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/simple_structured.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/simple_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/solver_chat_session.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/streaming.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/tell_user_example.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/tracer_demo.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/_examples/working_memory.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/agent_broker.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/async_aggregator_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/async_aggregator_agent_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/async_llm_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/async_llm_agent_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/base_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/base_async_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/base_llm_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/base_llm_agent_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/correlation_aggregator_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/iterative_problem_solver.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/output_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/agents/simple_recursive_agent.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/async_dispatcher.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/async_dispatcher_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/context/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/context/shared_working_memory.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/dispatcher.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/event.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/chat_session_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/anthropic.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/anthropic_messages_adapter.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/embeddings_gateway.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/file_gateway.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/llm_gateway.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/models.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/ollama.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/ollama_messages_adapter.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/ollama_messages_adapter_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_message_adapter_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_messages_adapter.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_model_registry.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_model_registry_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_temperature_handling_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/tokenizer_gateway.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/llm_broker.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/llm_broker_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/message_composers.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/message_composers_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/registry/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/registry/llm_registry.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/registry/models.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/registry/populate_registry_from_ollama.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ask_user_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/current_datetime.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/date_resolver.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/date_resolver_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/append_task_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/append_task_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/clear_tasks_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/clear_tasks_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/complete_task_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/complete_task_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/ephemeral_task_list.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/ephemeral_task_list_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/insert_task_after_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/insert_task_after_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/list_tasks_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/list_tasks_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/prepend_task_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/prepend_task_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/start_task_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/start_task_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/file_manager.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/file_manager_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/llm_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/llm_tool_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/organic_web_search.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/tell_user_tool.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/tool_wrapper.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/tool_wrapper_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/router.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/router_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/event_store.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/event_store_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/null_tracer.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/tracer_events.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/tracer_events_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/tracer_system.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/tracer/tracer_system_spec.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/utils/__init__.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/utils/formatting.py +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic.egg-info/SOURCES.txt +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic.egg-info/dependency_links.txt +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic.egg-info/requires.txt +0 -0
- {mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mojentic
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Mojentic is an agentic framework that aims to provide a simple and flexible way to assemble teams of agents to solve complex problems.
|
|
5
5
|
Author-email: Stacey Vetzal <stacey@vetzal.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/svetzal/mojentic
|
|
@@ -73,7 +73,7 @@ class ChatSession:
|
|
|
73
73
|
The response from the LLM.
|
|
74
74
|
"""
|
|
75
75
|
self.insert_message(LLMMessage(role=MessageRole.User, content=query))
|
|
76
|
-
response = self.llm.generate(self.messages, tools=self.tools, temperature=
|
|
76
|
+
response = self.llm.generate(self.messages, tools=self.tools, temperature=self.temperature)
|
|
77
77
|
self._ensure_all_messages_are_sized()
|
|
78
78
|
self.insert_message(LLMMessage(role=MessageRole.Assistant, content=response))
|
|
79
79
|
return response
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mojentic
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Mojentic is an agentic framework that aims to provide a simple and flexible way to assemble teams of agents to solve complex problems.
|
|
5
5
|
Author-email: Stacey Vetzal <stacey@vetzal.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/svetzal/mojentic
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/gateways/openai_temperature_handling_spec.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/registry/populate_registry_from_ollama.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/append_task_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/clear_tasks_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/list_tasks_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/prepend_task_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{mojentic-0.8.1 → mojentic-0.8.2}/src/mojentic/llm/tools/ephemeral_task_manager/start_task_tool.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|