LICENSE.md
README.md
pyproject.toml
src/nemantix.egg-info/PKG-INFO
src/nemantix.egg-info/SOURCES.txt
src/nemantix.egg-info/dependency_links.txt
src/nemantix.egg-info/requires.txt
src/nemantix.egg-info/top_level.txt
src/nemantix/common/__init__.py
src/nemantix/common/connectors.py
src/nemantix/common/context.py
src/nemantix/common/logger.py
src/nemantix/core/__init__.py
src/nemantix/core/agent.py
src/nemantix/core/coder.py
src/nemantix/core/custom_types.py
src/nemantix/core/exceptions.py
src/nemantix/core/executor.py
src/nemantix/core/expertise.py
src/nemantix/core/interpreter.py
src/nemantix/core/node.py
src/nemantix/core/nxs_v2_grammar.lark
src/nemantix/core/parser.py
src/nemantix/core/prompt.py
src/nemantix/core/runtime.py
src/nemantix/core/script.py
src/nemantix/core/source_manager.py
src/nemantix/core/symbol_table.py
src/nemantix/core/tools.py
src/nemantix/experimental/llama_cpp_remote_proxy.py
src/nemantix/hub/__init__.py
src/nemantix/hub/base.py
src/nemantix/hub/debugger.py
src/nemantix/hub/event_hub.py
src/nemantix/hub/events.py
src/nemantix/hub/observer.py
src/nemantix/hub/profiler.py
src/nemantix/hub/storage.py
src/nemantix/hub/tracer.py
src/nemantix/knowledge_base/__init__.py
src/nemantix/knowledge_base/core/__init__.py
src/nemantix/knowledge_base/core/knowledge_base_manager.py
src/nemantix/knowledge_base/core/nemantix_knowledge_base.py
src/nemantix/knowledge_base/document_plugins/__init__.py
src/nemantix/knowledge_base/document_plugins/base.py
src/nemantix/knowledge_base/document_plugins/plugin_registry.py
src/nemantix/knowledge_base/document_plugins/text_plugin.py
src/nemantix/knowledge_base/document_structure/__init__.py
src/nemantix/knowledge_base/document_structure/coordinates.py
src/nemantix/knowledge_base/document_structure/document.py
src/nemantix/knowledge_base/document_structure/hierarchy.py
src/nemantix/knowledge_base/document_structure/item.py
src/nemantix/knowledge_base/document_structure/location.py
src/nemantix/knowledge_base/document_structure/schemas.py
src/nemantix/knowledge_base/io/__init__.py
src/nemantix/knowledge_base/io/location_registry.py
src/nemantix/knowledge_base/io/providers/__init__.py
src/nemantix/knowledge_base/io/providers/base.py
src/nemantix/knowledge_base/io/providers/local_provider.py
src/nemantix/knowledge_base/models/__init__.py
src/nemantix/knowledge_base/models/base.py
src/nemantix/knowledge_base/models/embedding.py
src/nemantix/knowledge_base/persistence/__init__.py
src/nemantix/knowledge_base/persistence/relational_registry.py
src/nemantix/knowledge_base/persistence/vector_stores/__init__.py
src/nemantix/knowledge_base/persistence/vector_stores/abstract_store.py
src/nemantix/knowledge_base/persistence/vector_stores/factory.py
src/nemantix/knowledge_base/persistence/vector_stores/faiss.py
src/nemantix/knowledge_base/persistence/vector_stores/milvus.py
src/nemantix/knowledge_base/persistence/vector_stores/qdrant.py
src/nemantix/knowledge_base/pipeline/__init__.py
src/nemantix/knowledge_base/pipeline/enricher.py
src/nemantix/knowledge_base/pipeline/graph_builder.py
src/nemantix/knowledge_base/pipeline/graph_retriever.py
src/nemantix/knowledge_base/pipeline/hierarchy_planner.py
src/nemantix/knowledge_base/pipeline/segmenter.py
src/nemantix/llm/__init__.py
src/nemantix/llm/abstract_proxy.py
src/nemantix/llm/anthropic_proxy.py
src/nemantix/llm/azure_openai_proxy.py
src/nemantix/llm/config.py
src/nemantix/llm/credentials.py
src/nemantix/llm/factory.py
src/nemantix/llm/google_proxy.py
src/nemantix/llm/llama_proxy.py
src/nemantix/llm/local_proxy.py
src/nemantix/llm/open_router_proxy.py
src/nemantix/llm/openai_proxy.py
src/nemantix/llm/schemas.py
src/nemantix/security/__init__.py
src/nemantix/security/ecdsa.py
src/nemantix/security/signer.py
src/nemantix/security/verifier.py
src/nemantix/stl/__init__.py
src/nemantix/stl/audio_processor/__init__.py
src/nemantix/stl/audio_processor/base.py
src/nemantix/stl/email_operation/__init__.py
src/nemantix/stl/email_operation/base.py
src/nemantix/stl/http_requests/__init__.py
src/nemantix/stl/http_requests/base.py
src/nemantix/stl/local_filesystem/__init__.py
src/nemantix/stl/local_filesystem/base.py
src/nemantix/stl/math_solver/__init__.py
src/nemantix/stl/math_solver/base.py
src/nemantix/stl/media_processor/__init__.py
src/nemantix/stl/media_processor/base.py
src/nemantix/stl/messaging/__init__.py
src/nemantix/stl/messaging/base.py
src/nemantix/stl/remote_filesystem/__init__.py
src/nemantix/stl/remote_filesystem/base.py
src/nemantix/stl/sql_explorer/__init__.py
src/nemantix/stl/sql_explorer/base.py
src/nemantix/stl/web_search/__init__.py
src/nemantix/stl/web_search/base.py