LICENSE
README.md
pyproject.toml
noesium.egg-info/PKG-INFO
noesium.egg-info/SOURCES.txt
noesium.egg-info/dependency_links.txt
noesium.egg-info/requires.txt
noesium.egg-info/top_level.txt
noesium/agents/askura_agent/__init__.py
noesium/agents/askura_agent/askura_agent.py
noesium/agents/askura_agent/conversation.py
noesium/agents/askura_agent/extractor.py
noesium/agents/askura_agent/memory.py
noesium/agents/askura_agent/models.py
noesium/agents/askura_agent/prompts.py
noesium/agents/askura_agent/reflection.py
noesium/agents/askura_agent/summarizer.py
noesium/agents/askura_agent/utils.py
noesium/agents/browser_use/README.md
noesium/agents/browser_use/__init__.py
noesium/agents/browser_use/config.py
noesium/agents/browser_use/exceptions.py
noesium/agents/browser_use/logging_config.py
noesium/agents/browser_use/observability.py
noesium/agents/browser_use/utils.py
noesium/agents/browser_use/actor/README.md
noesium/agents/browser_use/actor/__init__.py
noesium/agents/browser_use/actor/element.py
noesium/agents/browser_use/actor/mouse.py
noesium/agents/browser_use/actor/page.py
noesium/agents/browser_use/actor/utils.py
noesium/agents/browser_use/actor/playground/flights.py
noesium/agents/browser_use/actor/playground/mixed_automation.py
noesium/agents/browser_use/actor/playground/playground.py
noesium/agents/browser_use/adapters/__init__.py
noesium/agents/browser_use/adapters/agent_adapter.py
noesium/agents/browser_use/adapters/llm_adapter.py
noesium/agents/browser_use/agent/__init__.py
noesium/agents/browser_use/agent/gif.py
noesium/agents/browser_use/agent/judge.py
noesium/agents/browser_use/agent/prompts.py
noesium/agents/browser_use/agent/service.py
noesium/agents/browser_use/agent/system_prompt.md
noesium/agents/browser_use/agent/system_prompt_flash.md
noesium/agents/browser_use/agent/system_prompt_no_thinking.md
noesium/agents/browser_use/agent/variable_detector.py
noesium/agents/browser_use/agent/views.py
noesium/agents/browser_use/agent/message_manager/service.py
noesium/agents/browser_use/agent/message_manager/utils.py
noesium/agents/browser_use/agent/message_manager/views.py
noesium/agents/browser_use/agent/system_prompts/__init__.py
noesium/agents/browser_use/agent/system_prompts/system_prompt.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_anthropic_flash.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_browser_use.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_browser_use_flash.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_browser_use_no_thinking.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_flash.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_flash_anthropic.md
noesium/agents/browser_use/agent/system_prompts/system_prompt_no_thinking.md
noesium/agents/browser_use/browser/__init__.py
noesium/agents/browser_use/browser/demo_mode.py
noesium/agents/browser_use/browser/events.py
noesium/agents/browser_use/browser/profile.py
noesium/agents/browser_use/browser/python_highlights.py
noesium/agents/browser_use/browser/session.py
noesium/agents/browser_use/browser/session_manager.py
noesium/agents/browser_use/browser/video_recorder.py
noesium/agents/browser_use/browser/views.py
noesium/agents/browser_use/browser/watchdog_base.py
noesium/agents/browser_use/browser/watchdogs/__init__.py
noesium/agents/browser_use/browser/watchdogs/aboutblank_watchdog.py
noesium/agents/browser_use/browser/watchdogs/crash_watchdog.py
noesium/agents/browser_use/browser/watchdogs/default_action_watchdog.py
noesium/agents/browser_use/browser/watchdogs/dom_watchdog.py
noesium/agents/browser_use/browser/watchdogs/downloads_watchdog.py
noesium/agents/browser_use/browser/watchdogs/har_recording_watchdog.py
noesium/agents/browser_use/browser/watchdogs/local_browser_watchdog.py
noesium/agents/browser_use/browser/watchdogs/permissions_watchdog.py
noesium/agents/browser_use/browser/watchdogs/popups_watchdog.py
noesium/agents/browser_use/browser/watchdogs/recording_watchdog.py
noesium/agents/browser_use/browser/watchdogs/screenshot_watchdog.py
noesium/agents/browser_use/browser/watchdogs/security_watchdog.py
noesium/agents/browser_use/browser/watchdogs/storage_state_watchdog.py
noesium/agents/browser_use/code_use/README.md
noesium/agents/browser_use/code_use/__init__.py
noesium/agents/browser_use/code_use/formatting.py
noesium/agents/browser_use/code_use/namespace.py
noesium/agents/browser_use/code_use/notebook_export.py
noesium/agents/browser_use/code_use/service.py
noesium/agents/browser_use/code_use/system_prompt.md
noesium/agents/browser_use/code_use/utils.py
noesium/agents/browser_use/code_use/views.py
noesium/agents/browser_use/controller/__init__.py
noesium/agents/browser_use/dom/enhanced_snapshot.py
noesium/agents/browser_use/dom/service.py
noesium/agents/browser_use/dom/utils.py
noesium/agents/browser_use/dom/views.py
noesium/agents/browser_use/dom/serializer/clickable_elements.py
noesium/agents/browser_use/dom/serializer/serializer.py
noesium/agents/browser_use/filesystem/__init__.py
noesium/agents/browser_use/filesystem/file_system.py
noesium/agents/browser_use/integrations/gmail/__init__.py
noesium/agents/browser_use/integrations/gmail/actions.py
noesium/agents/browser_use/integrations/gmail/service.py
noesium/agents/browser_use/mcp/__init__.py
noesium/agents/browser_use/mcp/__main__.py
noesium/agents/browser_use/mcp/client.py
noesium/agents/browser_use/mcp/controller.py
noesium/agents/browser_use/mcp/manifest.json
noesium/agents/browser_use/mcp/server.py
noesium/agents/browser_use/sandbox/__init__.py
noesium/agents/browser_use/sandbox/sandbox.py
noesium/agents/browser_use/sandbox/views.py
noesium/agents/browser_use/screenshots/__init__.py
noesium/agents/browser_use/screenshots/service.py
noesium/agents/browser_use/sync/__init__.py
noesium/agents/browser_use/sync/auth.py
noesium/agents/browser_use/sync/service.py
noesium/agents/browser_use/tokens/__init__.py
noesium/agents/browser_use/tokens/custom_pricing.py
noesium/agents/browser_use/tokens/mappings.py
noesium/agents/browser_use/tokens/service.py
noesium/agents/browser_use/tokens/views.py
noesium/agents/browser_use/tokens/tests/test_cost.py
noesium/agents/browser_use/tools/service.py
noesium/agents/browser_use/tools/utils.py
noesium/agents/browser_use/tools/views.py
noesium/agents/browser_use/tools/extraction/__init__.py
noesium/agents/browser_use/tools/extraction/schema_utils.py
noesium/agents/browser_use/tools/extraction/views.py
noesium/agents/browser_use/tools/registry/service.py
noesium/agents/browser_use/tools/registry/views.py
noesium/agents/deep_research/__init__.py
noesium/agents/deep_research/agent.py
noesium/agents/deep_research/prompts.py
noesium/agents/deep_research/schemas.py
noesium/agents/deep_research/state.py
noesium/agents/search/__init__.py
noesium/agents/search/agent.py
noesium/agents/search/state.py
noesium/agents/t2/__init__.py
noesium/agents/t2/agent.py
noesium/agents/t2/gem_parser.py
noesium/core/__init__.py
noesium/core/consts.py
noesium/core/py.typed
noesium/core/agent/__init__.py
noesium/core/agent/base.py
noesium/core/goalith/errors.py
noesium/core/goalith/service.py
noesium/core/goalith/conflict/conflict.py
noesium/core/goalith/conflict/detector.py
noesium/core/goalith/decomposer/__init__.py
noesium/core/goalith/decomposer/base.py
noesium/core/goalith/decomposer/callable_decomposer.py
noesium/core/goalith/decomposer/llm_decomposer.py
noesium/core/goalith/decomposer/prompts.py
noesium/core/goalith/decomposer/simple_decomposer.py
noesium/core/goalith/goalgraph/graph.py
noesium/core/goalith/goalgraph/node.py
noesium/core/goalith/replanner/base.py
noesium/core/goalith/replanner/replanner.py
noesium/core/llm/__init__.py
noesium/core/llm/base.py
noesium/core/llm/litellm.py
noesium/core/llm/llamacpp.py
noesium/core/llm/message.py
noesium/core/llm/ollama.py
noesium/core/llm/openai.py
noesium/core/llm/openrouter.py
noesium/core/llm/prompt.py
noesium/core/memory/__init__.py
noesium/core/memory/base.py
noesium/core/memory/models.py
noesium/core/memory/memu/__init__.py
noesium/core/memory/memu/llm_adapter.py
noesium/core/memory/memu/memory_store.py
noesium/core/memory/memu/config/__init__.py
noesium/core/memory/memu/config/markdown_config.py
noesium/core/memory/memu/config/activity/config.py
noesium/core/memory/memu/config/event/config.py
noesium/core/memory/memu/config/profile/config.py
noesium/core/memory/memu/memory/__init__.py
noesium/core/memory/memu/memory/embeddings.py
noesium/core/memory/memu/memory/file_manager.py
noesium/core/memory/memu/memory/memory_agent.py
noesium/core/memory/memu/memory/recall_agent.py
noesium/core/memory/memu/memory/actions/__init__.py
noesium/core/memory/memu/memory/actions/add_activity_memory.py
noesium/core/memory/memu/memory/actions/base_action.py
noesium/core/memory/memu/memory/actions/cluster_memories.py
noesium/core/memory/memu/memory/actions/generate_suggestions.py
noesium/core/memory/memu/memory/actions/get_available_categories.py
noesium/core/memory/memu/memory/actions/link_related_memories.py
noesium/core/memory/memu/memory/actions/run_theory_of_mind.py
noesium/core/memory/memu/memory/actions/update_memory_with_suggestions.py
noesium/core/msgbus/__init__.py
noesium/core/msgbus/base.py
noesium/core/orchestrix/__init__.py
noesium/core/routing/__init__.py
noesium/core/routing/base.py
noesium/core/routing/router.py
noesium/core/routing/types.py
noesium/core/routing/strategies/__init__.py
noesium/core/routing/strategies/dynamic_complexity.py
noesium/core/routing/strategies/self_assessment.py
noesium/core/toolify/__init__.py
noesium/core/toolify/base.py
noesium/core/toolify/config.py
noesium/core/toolify/mcp_integration.py
noesium/core/toolify/registry.py
noesium/core/toolify/toolkits/__init__.py
noesium/core/tracing/__init__.py
noesium/core/tracing/langgraph_hooks.py
noesium/core/tracing/opik_tracing.py
noesium/core/tracing/token_tracker.py
noesium/core/utils/__init__.py
noesium/core/utils/logging.py
noesium/core/utils/statistics.py
noesium/core/utils/typing.py
noesium/core/vector_store/__init__.py
noesium/core/vector_store/base.py
noesium/core/vector_store/pgvector.py
noesium/core/vector_store/weaviate.py
noesium/toolkits/__init__.py
noesium/toolkits/arxiv_toolkit.py
noesium/toolkits/audio_aliyun_toolkit.py
noesium/toolkits/audio_toolkit.py
noesium/toolkits/bash_toolkit.py
noesium/toolkits/document_toolkit.py
noesium/toolkits/file_edit_toolkit.py
noesium/toolkits/github_toolkit.py
noesium/toolkits/gmail_toolkit.py
noesium/toolkits/image_toolkit.py
noesium/toolkits/memory_toolkit.py
noesium/toolkits/python_executor_toolkit.py
noesium/toolkits/search_toolkit.py
noesium/toolkits/serper_toolkit.py
noesium/toolkits/tabular_data_toolkit.py
noesium/toolkits/user_interaction_toolkit.py
noesium/toolkits/video_toolkit.py
noesium/toolkits/wikipedia_toolkit.py