ommlds 0.0.0.dev509__tar.gz → 0.0.0.dev511__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.
- {ommlds-0.0.0.dev509/ommlds.egg-info → ommlds-0.0.0.dev511}/PKG-INFO +6 -6
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/__about__.py +1 -1
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/_dataclasses.py +151 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/types.py +6 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/app.py +18 -2
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/__init__.py +13 -2
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/_dataclasses.py +165 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/__init__.py +1 -0
- ommlds-0.0.0.dev511/ommlds/minichain/content/resources.py +22 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/json.py +2 -2
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/markdown.py +1 -1
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/materialize.py +16 -8
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/metadata.py +3 -3
- ommlds-0.0.0.dev511/ommlds/minichain/content/transform/namespaces.py +20 -0
- ommlds-0.0.0.dev509/ommlds/minichain/content/transform/recursive.py → ommlds-0.0.0.dev511/ommlds/minichain/content/transform/placeholders.py +3 -40
- ommlds-0.0.0.dev511/ommlds/minichain/content/transform/recursive.py +54 -0
- ommlds-0.0.0.dev511/ommlds/minichain/content/transform/resources.py +58 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/standard.py +2 -2
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/strings.py +3 -3
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/templates.py +2 -2
- ommlds-0.0.0.dev511/ommlds/minichain/content/transform/types.py +18 -0
- ommlds-0.0.0.dev511/ommlds/minichain/content/transform/visitors.py +38 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/visitors.py +8 -21
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/errorhandling.py +1 -1
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/specs/mcp/clients.py +1 -1
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/tools/ocr.py +1 -1
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511/ommlds.egg-info}/PKG-INFO +6 -6
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds.egg-info/SOURCES.txt +6 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds.egg-info/requires.txt +5 -5
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/pyproject.toml +6 -6
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/MANIFEST.in +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/README.md +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/.omlish-manifests.json +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/README.md +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/_hacks/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/_hacks/funcs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/_hacks/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/_hacks/params.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/_hacks/patches.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/sse/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/sse/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/sse/assemble.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/sse/events.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/anthropic/protocol/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/cerebras/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/cerebras/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/google/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/google/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/google/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/google/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/google/protocol/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/groq/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/groq/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/groq/clients.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/huggingface/cache.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/huggingface/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/llamacpp/buildwheel.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/llamacpp/logging.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/__main__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/caching.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/generation.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/limits.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/loading.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/detokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/detokenization/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/detokenization/bpe.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/detokenization/naive.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/detokenization/spm.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/loading.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/tokenization.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/mlx/tokenization/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/ollama/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/ollama/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/_common.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/chunk.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/contentpart.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/message.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/request.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/response.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/responseformat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/chatcompletion/tokenlogprob.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/openai/protocol/completionusage.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tavily/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tavily/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tavily/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/__main__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/attention.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/fetch.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/llm.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/loading.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/quantization.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/sampling.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/tokenization.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/llama3/transformer.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/__main__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/clip.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/sdxl.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/models/sdxl/unet.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/tinygrad/tinygrad.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/torch/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/torch/backends.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/torch/devices.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/torch/purge.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/transformers/filecache.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/backends/transformers/streamers.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/__main__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/asyncs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/catalog.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/meta.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/backends/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/content/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/content/messages.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/content/strings.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/inputs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/inputs/asyncs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/inputs/sync.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/main.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/markdown.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/raw.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/rendering/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/secrets.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/events.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/rendering.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/tools.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/ai/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/manager.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/impl.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/phases/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/phases/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/phases/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/phases/manager.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/phases/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/ids.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/inmemory.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/storage.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/state/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/confirmation.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/errorhandling.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/execution.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/fs/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/fs/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/rendering.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/todo/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/todo/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/weather/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/weather/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/weather/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/tools/weather/tools.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/user/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/user/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/user/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/injection.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/manager.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/simple.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/commands/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/facade.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/facades/ui.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/interactive.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/oneshot.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/bare/tools.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/facades.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/inputhistory.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/interface.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/styles/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/styles/input.tcss +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/styles/markdown.tcss +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/styles/messages.tcss +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/tools.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/widgets/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/widgets/input.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/widgets/messages.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/session.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/completion/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/completion/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/completion/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/completion/session.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/embedding/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/embedding/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/embedding/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/embedding/session.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/state/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/state/inject.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/state/storage.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/datasets/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/datasets/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/datasets/lib/movies.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/catalogs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/catalogs/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/catalogs/simple.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/catalogs/strings.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/anthropic/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/anthropic/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/anthropic/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/anthropic/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/cerebras/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/cerebras/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/cerebras/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/duckduckgo/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/duckduckgo/search.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/dummy/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/dummy/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/search.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/google/tools.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/groq/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/groq/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/groq/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/huggingface/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/huggingface/repos.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/llamacpp/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/llamacpp/completion.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/llamacpp/format.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/llamacpp/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/mistral.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/mlx/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/ollama/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/completion.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/embedding.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/format.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/openai/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/sentencepiece/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/sentencepiece/tokens.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/sqlite.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/tavily.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/tinygrad/chat.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/tokenizers/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/tokenizers/tokens.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/transformers/sentence.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/transformers/tokens.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/impls/transformers/transformers.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/strings/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/strings/manifests.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/strings/parsing.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/backends/strings/resolving.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/adapters.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/stream/adapters.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/stream/joining.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/stream/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/stream/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/choices/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/content.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/formats.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/history.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/messages.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/metadata.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/stream/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/stream/joining.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/stream/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/stream/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/templating.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/tools/execution.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/tools/ids.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/tools/parsing.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/tools/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/transforms/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/transforms/metadata.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/transforms/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/chat/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/completion.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/code.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/composite.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/content.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/dynamic.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/emphasis.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/images.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/json.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/link.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/markdown.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/metadata.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/namespaces.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/placeholders.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/quote.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/raw.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/recursive.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/section.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/sequence.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/standard.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/tag.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/templates.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/text.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/prepare.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/stringify.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/docs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/docs/docs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/docs/dtypes.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/docs/filters.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/envs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/http/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/http/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/json.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/bash.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/code/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/code/prompts.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/binfiles.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/context.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/errors.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/suggestions.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/edit.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/ls.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/read.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/recursivels/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/recursivels/execution.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/recursivels/rendering.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/fs/tools/recursivels/running.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/context.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/tools/read.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/tools/write.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/lib/todo/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/llms/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/llms/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/llms/tokens.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/llms/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/metadata.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/models/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/models/configs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/models/names.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/models/repos/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/models/repos/resolving.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/registries/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/registries/globals.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/registries/manifests.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/registries/registry.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/resources.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/search.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/README.md +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/_origclasses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/facades.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/requests.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/responses.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/services/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/standard.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/stream/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/applypatch.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/base.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/dumb.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/hermes2.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/llama31.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/text/toolparsing/llamacpp/utils.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tokens/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tokens/specials.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tokens/tokenizers.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tokens/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tokens/vocabs.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/catalog.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/context.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/errors.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/executors.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/execution/reflect.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/fns.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/jsonschema.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/reflect.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/tools/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/utils.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/embeddings.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/index.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/search.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/similarity.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/stores.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/vectors/types.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/firstinwins.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/instrument.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/retry.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/services.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/wrappers/stream.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/nanochat/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/nanochat/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/nanochat/rustbpe/LICENSE +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/nanochat/rustbpe/README.md +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/nanochat/tokenizers.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/__main__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/cli.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/client.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/server.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/server/service.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/specs/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/specs/mcp/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/specs/mcp/_marshal.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/specs/mcp/protocol.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/tools/git.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/analyze.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/convert.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/models.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/text/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/text/mfh.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/text/wtp.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/utils/__init__.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/utils/io.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/utils/progress.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/utils/xml.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/wiki/xml.py +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds.egg-info/dependency_links.txt +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds.egg-info/entry_points.txt +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds.egg-info/top_level.txt +0 -0
- {ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev511
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,16 +14,16 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omlish==0.0.0.dev511
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev511; extra == "all"
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "all"
|
|
22
22
|
Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "all"
|
|
23
23
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
24
|
Requires-Dist: tinygrad~=0.12; extra == "all"
|
|
25
25
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
26
|
-
Requires-Dist: torch~=2.
|
|
26
|
+
Requires-Dist: torch~=2.10; extra == "all"
|
|
27
27
|
Requires-Dist: transformers~=4.57; extra == "all"
|
|
28
28
|
Requires-Dist: sentence-transformers~=5.2; extra == "all"
|
|
29
29
|
Requires-Dist: huggingface-hub~=0.36; extra == "all"
|
|
@@ -38,7 +38,7 @@ Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
|
38
38
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
39
39
|
Requires-Dist: lxml>=5.3; python_version < "3.13" and extra == "all"
|
|
40
40
|
Provides-Extra: omdev
|
|
41
|
-
Requires-Dist: omdev==0.0.0.
|
|
41
|
+
Requires-Dist: omdev==0.0.0.dev511; extra == "omdev"
|
|
42
42
|
Provides-Extra: backends
|
|
43
43
|
Requires-Dist: llama-cpp-python~=0.3; extra == "backends"
|
|
44
44
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "backends"
|
|
@@ -46,7 +46,7 @@ Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "backends"
|
|
|
46
46
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
47
47
|
Requires-Dist: tinygrad~=0.12; extra == "backends"
|
|
48
48
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
49
|
-
Requires-Dist: torch~=2.
|
|
49
|
+
Requires-Dist: torch~=2.10; extra == "backends"
|
|
50
50
|
Requires-Dist: transformers~=4.57; extra == "backends"
|
|
51
51
|
Requires-Dist: sentence-transformers~=5.2; extra == "backends"
|
|
52
52
|
Provides-Extra: huggingface
|
|
@@ -2962,6 +2962,157 @@ def _process_dataclass__9f7e26a87dd163b610f38caa1ce9b3c6356e632a():
|
|
|
2962
2962
|
return _process_dataclass
|
|
2963
2963
|
|
|
2964
2964
|
|
|
2965
|
+
@_register(
|
|
2966
|
+
plan_repr=(
|
|
2967
|
+
"Plans(tup=(CopyPlan(fields=('message', 'error')), EqPlan(fields=('message', 'error')), FrozenPlan(fields=('mes"
|
|
2968
|
+
"sage', 'error'), allow_dynamic_dunder_attrs=False), HashPlan(action='add', fields=('message', 'error'), cache="
|
|
2969
|
+
"False), InitPlan(fields=(InitPlan.Field(name='message', annotation=OpRef(name='init.fields.0.annotation'), def"
|
|
2970
|
+
"ault=OpRef(name='init.fields.0.default'), default_factory=None, init=True, override=False, field_type=FieldTyp"
|
|
2971
|
+
"e.INSTANCE, coerce=None, validate=None, check_type=None), InitPlan.Field(name='error', annotation=OpRef(name='"
|
|
2972
|
+
"init.fields.1.annotation'), default=OpRef(name='init.fields.1.default'), default_factory=None, init=True, over"
|
|
2973
|
+
"ride=False, field_type=FieldType.INSTANCE, coerce=None, validate=None, check_type=None)), self_param='self', s"
|
|
2974
|
+
"td_params=('message', 'error'), kw_only_params=(), frozen=True, slots=False, post_init_params=None, init_fns=("
|
|
2975
|
+
"), validate_fns=()), ReprPlan(fields=(ReprPlan.Field(name='message', kw_only=False, fn=None), ReprPlan.Field(n"
|
|
2976
|
+
"ame='error', kw_only=False, fn=None)), id=False, terse=False, default_fn=None)))"
|
|
2977
|
+
),
|
|
2978
|
+
plan_repr_sha1='4e9140c5445b4f62b7f2b08a89442350123d2517',
|
|
2979
|
+
op_ref_idents=(
|
|
2980
|
+
'__dataclass__init__fields__0__annotation',
|
|
2981
|
+
'__dataclass__init__fields__0__default',
|
|
2982
|
+
'__dataclass__init__fields__1__annotation',
|
|
2983
|
+
'__dataclass__init__fields__1__default',
|
|
2984
|
+
),
|
|
2985
|
+
cls_names=(
|
|
2986
|
+
('ommlds.cli.sessions.chat.drivers.impl', 'ErrorChatEvent'),
|
|
2987
|
+
),
|
|
2988
|
+
)
|
|
2989
|
+
def _process_dataclass__4e9140c5445b4f62b7f2b08a89442350123d2517():
|
|
2990
|
+
def _process_dataclass(
|
|
2991
|
+
*,
|
|
2992
|
+
__dataclass__cls,
|
|
2993
|
+
__dataclass__init__fields__0__annotation,
|
|
2994
|
+
__dataclass__init__fields__0__default,
|
|
2995
|
+
__dataclass__init__fields__1__annotation,
|
|
2996
|
+
__dataclass__init__fields__1__default,
|
|
2997
|
+
__dataclass__FieldFnValidationError, # noqa
|
|
2998
|
+
__dataclass__FieldTypeValidationError, # noqa
|
|
2999
|
+
__dataclass__FnValidationError, # noqa
|
|
3000
|
+
__dataclass__FrozenInstanceError=dataclasses.FrozenInstanceError, # noqa
|
|
3001
|
+
__dataclass__FunctionType=types.FunctionType, # noqa
|
|
3002
|
+
__dataclass__HAS_DEFAULT_FACTORY=dataclasses._HAS_DEFAULT_FACTORY, # noqa
|
|
3003
|
+
__dataclass__MISSING=dataclasses.MISSING, # noqa
|
|
3004
|
+
__dataclass__None=None, # noqa
|
|
3005
|
+
__dataclass__TypeError=TypeError, # noqa
|
|
3006
|
+
__dataclass___recursive_repr=reprlib.recursive_repr, # noqa
|
|
3007
|
+
__dataclass__isinstance=isinstance, # noqa
|
|
3008
|
+
__dataclass__object_setattr=object.__setattr__, # noqa
|
|
3009
|
+
__dataclass__property=property, # noqa
|
|
3010
|
+
):
|
|
3011
|
+
def __copy__(self):
|
|
3012
|
+
if self.__class__ is not __dataclass__cls:
|
|
3013
|
+
raise TypeError(self)
|
|
3014
|
+
return __dataclass__cls( # noqa
|
|
3015
|
+
message=self.message,
|
|
3016
|
+
error=self.error,
|
|
3017
|
+
)
|
|
3018
|
+
|
|
3019
|
+
__copy__.__qualname__ = f"{__dataclass__cls.__qualname__}.__copy__"
|
|
3020
|
+
if '__copy__' in __dataclass__cls.__dict__:
|
|
3021
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __copy__ in class {__dataclass__cls.__name__}")
|
|
3022
|
+
setattr(__dataclass__cls, '__copy__', __copy__)
|
|
3023
|
+
|
|
3024
|
+
def __eq__(self, other):
|
|
3025
|
+
if self is other:
|
|
3026
|
+
return True
|
|
3027
|
+
if self.__class__ is not other.__class__:
|
|
3028
|
+
return NotImplemented
|
|
3029
|
+
return (
|
|
3030
|
+
self.message == other.message and
|
|
3031
|
+
self.error == other.error
|
|
3032
|
+
)
|
|
3033
|
+
|
|
3034
|
+
__eq__.__qualname__ = f"{__dataclass__cls.__qualname__}.__eq__"
|
|
3035
|
+
if '__eq__' in __dataclass__cls.__dict__:
|
|
3036
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __eq__ in class {__dataclass__cls.__name__}")
|
|
3037
|
+
setattr(__dataclass__cls, '__eq__', __eq__)
|
|
3038
|
+
|
|
3039
|
+
__dataclass___setattr_frozen_fields = {
|
|
3040
|
+
'message',
|
|
3041
|
+
'error',
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
def __setattr__(self, name, value):
|
|
3045
|
+
if (
|
|
3046
|
+
type(self) is __dataclass__cls
|
|
3047
|
+
or name in __dataclass___setattr_frozen_fields
|
|
3048
|
+
):
|
|
3049
|
+
raise __dataclass__FrozenInstanceError(f"cannot assign to field {name!r}")
|
|
3050
|
+
super(__dataclass__cls, self).__setattr__(name, value)
|
|
3051
|
+
|
|
3052
|
+
__setattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__setattr__"
|
|
3053
|
+
if '__setattr__' in __dataclass__cls.__dict__:
|
|
3054
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __setattr__ in class {__dataclass__cls.__name__}")
|
|
3055
|
+
setattr(__dataclass__cls, '__setattr__', __setattr__)
|
|
3056
|
+
|
|
3057
|
+
__dataclass___delattr_frozen_fields = {
|
|
3058
|
+
'message',
|
|
3059
|
+
'error',
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
def __delattr__(self, name):
|
|
3063
|
+
if (
|
|
3064
|
+
type(self) is __dataclass__cls
|
|
3065
|
+
or name in __dataclass___delattr_frozen_fields
|
|
3066
|
+
):
|
|
3067
|
+
raise __dataclass__FrozenInstanceError(f"cannot delete field {name!r}")
|
|
3068
|
+
super(__dataclass__cls, self).__delattr__(name)
|
|
3069
|
+
|
|
3070
|
+
__delattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__delattr__"
|
|
3071
|
+
if '__delattr__' in __dataclass__cls.__dict__:
|
|
3072
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __delattr__ in class {__dataclass__cls.__name__}")
|
|
3073
|
+
setattr(__dataclass__cls, '__delattr__', __delattr__)
|
|
3074
|
+
|
|
3075
|
+
def __hash__(self):
|
|
3076
|
+
return hash((
|
|
3077
|
+
self.message,
|
|
3078
|
+
self.error,
|
|
3079
|
+
))
|
|
3080
|
+
|
|
3081
|
+
__hash__.__qualname__ = f"{__dataclass__cls.__qualname__}.__hash__"
|
|
3082
|
+
setattr(__dataclass__cls, '__hash__', __hash__)
|
|
3083
|
+
|
|
3084
|
+
def __init__(
|
|
3085
|
+
self,
|
|
3086
|
+
message: __dataclass__init__fields__0__annotation = __dataclass__init__fields__0__default,
|
|
3087
|
+
error: __dataclass__init__fields__1__annotation = __dataclass__init__fields__1__default,
|
|
3088
|
+
) -> __dataclass__None:
|
|
3089
|
+
__dataclass__object_setattr(self, 'message', message)
|
|
3090
|
+
__dataclass__object_setattr(self, 'error', error)
|
|
3091
|
+
|
|
3092
|
+
__init__.__qualname__ = f"{__dataclass__cls.__qualname__}.__init__"
|
|
3093
|
+
if '__init__' in __dataclass__cls.__dict__:
|
|
3094
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __init__ in class {__dataclass__cls.__name__}")
|
|
3095
|
+
setattr(__dataclass__cls, '__init__', __init__)
|
|
3096
|
+
|
|
3097
|
+
@__dataclass___recursive_repr()
|
|
3098
|
+
def __repr__(self):
|
|
3099
|
+
parts = []
|
|
3100
|
+
parts.append(f"message={self.message!r}")
|
|
3101
|
+
parts.append(f"error={self.error!r}")
|
|
3102
|
+
return (
|
|
3103
|
+
f"{self.__class__.__qualname__}("
|
|
3104
|
+
f"{', '.join(parts)}"
|
|
3105
|
+
f")"
|
|
3106
|
+
)
|
|
3107
|
+
|
|
3108
|
+
__repr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__repr__"
|
|
3109
|
+
if '__repr__' in __dataclass__cls.__dict__:
|
|
3110
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __repr__ in class {__dataclass__cls.__name__}")
|
|
3111
|
+
setattr(__dataclass__cls, '__repr__', __repr__)
|
|
3112
|
+
|
|
3113
|
+
return _process_dataclass
|
|
3114
|
+
|
|
3115
|
+
|
|
2965
3116
|
@_register(
|
|
2966
3117
|
plan_repr=(
|
|
2967
3118
|
"Plans(tup=(CopyPlan(fields=('version', 'payload', 'created_at', 'updated_at')), EqPlan(fields=('version', 'pay"
|
{ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/drivers/events/types.py
RENAMED
|
@@ -36,3 +36,9 @@ class AiMessagesChatEvent(ChatEvent, lang.Final):
|
|
|
36
36
|
@dc.dataclass(frozen=True)
|
|
37
37
|
class AiDeltaChatEvent(ChatEvent, lang.Final):
|
|
38
38
|
delta: 'mc.AiDelta'
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
@dc.dataclass(frozen=True)
|
|
42
|
+
class ErrorChatEvent(ChatEvent, lang.Final):
|
|
43
|
+
message: str | None = None
|
|
44
|
+
error: BaseException | None = None
|
{ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/cli/sessions/chat/interfaces/textual/app.py
RENAMED
|
@@ -50,9 +50,24 @@ class ChatAppGetter(lang.AsyncCachedFunc0['ChatApp']):
|
|
|
50
50
|
pass
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
class ChatApp(
|
|
53
|
+
class ChatApp(
|
|
54
|
+
tx.ClipboardAppMixin,
|
|
55
|
+
tx.DevtoolsAppMixin,
|
|
56
|
+
tx.App,
|
|
57
|
+
):
|
|
54
58
|
ENABLE_COMMAND_PALETTE: ta.ClassVar[bool] = False
|
|
55
59
|
|
|
60
|
+
BINDINGS: ta.ClassVar[ta.Sequence[tx.BindingType]] = [
|
|
61
|
+
*tx.App.BINDINGS,
|
|
62
|
+
|
|
63
|
+
tx.Binding(
|
|
64
|
+
'alt+c,ctrl+c,super+c',
|
|
65
|
+
'screen.copy_text',
|
|
66
|
+
'Copy selected text',
|
|
67
|
+
show=False,
|
|
68
|
+
),
|
|
69
|
+
]
|
|
70
|
+
|
|
56
71
|
def __init__(
|
|
57
72
|
self,
|
|
58
73
|
*,
|
|
@@ -223,7 +238,8 @@ class ChatApp(tx.App):
|
|
|
223
238
|
try:
|
|
224
239
|
await self._chat_facade.handle_user_input(ac.text)
|
|
225
240
|
except Exception as e: # noqa
|
|
226
|
-
raise
|
|
241
|
+
# raise
|
|
242
|
+
await self.display_ui_message(repr(e))
|
|
227
243
|
|
|
228
244
|
else:
|
|
229
245
|
raise TypeError(ac) # noqa
|
|
@@ -252,6 +252,14 @@ with _lang.auto_proxy_init(
|
|
|
252
252
|
transform_content_strings,
|
|
253
253
|
)
|
|
254
254
|
|
|
255
|
+
from .content.transform.types import ( # noqa
|
|
256
|
+
ContentTransform,
|
|
257
|
+
)
|
|
258
|
+
|
|
259
|
+
from .content.transform.visitors import ( # noqa
|
|
260
|
+
VisitorContentTransform,
|
|
261
|
+
)
|
|
262
|
+
|
|
255
263
|
##
|
|
256
264
|
|
|
257
265
|
from .content.code import ( # noqa
|
|
@@ -334,6 +342,11 @@ with _lang.auto_proxy_init(
|
|
|
334
342
|
RecursiveContent,
|
|
335
343
|
)
|
|
336
344
|
|
|
345
|
+
from .content.resources import ( # noqa
|
|
346
|
+
ResourceContent,
|
|
347
|
+
resource_content,
|
|
348
|
+
)
|
|
349
|
+
|
|
337
350
|
from .content.section import ( # noqa
|
|
338
351
|
SectionContent,
|
|
339
352
|
)
|
|
@@ -369,8 +382,6 @@ with _lang.auto_proxy_init(
|
|
|
369
382
|
|
|
370
383
|
StaticContentVisitorTypeError,
|
|
371
384
|
StaticContentVisitor,
|
|
372
|
-
|
|
373
|
-
ContentTransform,
|
|
374
385
|
)
|
|
375
386
|
|
|
376
387
|
##
|
|
@@ -7053,6 +7053,171 @@ def _process_dataclass__ef0fad925bba9f189d06f3ca8625366af9abb8a5():
|
|
|
7053
7053
|
return _process_dataclass
|
|
7054
7054
|
|
|
7055
7055
|
|
|
7056
|
+
@_register(
|
|
7057
|
+
plan_repr=(
|
|
7058
|
+
"Plans(tup=(CopyPlan(fields=('_metadata', 'package', 'file')), EqPlan(fields=('_metadata', 'package', 'file')),"
|
|
7059
|
+
" FrozenPlan(fields=('_metadata', 'package', 'file'), allow_dynamic_dunder_attrs=False), HashPlan(action='add',"
|
|
7060
|
+
" fields=('_metadata', 'package', 'file'), cache=False), InitPlan(fields=(InitPlan.Field(name='_metadata', anno"
|
|
7061
|
+
"tation=OpRef(name='init.fields.0.annotation'), default=OpRef(name='init.fields.0.default'), default_factory=No"
|
|
7062
|
+
"ne, init=True, override=False, field_type=FieldType.INSTANCE, coerce=OpRef(name='init.fields.0.coerce'), valid"
|
|
7063
|
+
"ate=None, check_type=None), InitPlan.Field(name='package', annotation=OpRef(name='init.fields.1.annotation'), "
|
|
7064
|
+
"default=None, default_factory=None, init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, val"
|
|
7065
|
+
"idate=None, check_type=None), InitPlan.Field(name='file', annotation=OpRef(name='init.fields.2.annotation'), d"
|
|
7066
|
+
"efault=None, default_factory=None, init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, vali"
|
|
7067
|
+
"date=None, check_type=None)), self_param='self', std_params=('package', 'file'), kw_only_params=('_metadata',)"
|
|
7068
|
+
", frozen=True, slots=False, post_init_params=None, init_fns=(), validate_fns=()), ReprPlan(fields=(ReprPlan.Fi"
|
|
7069
|
+
"eld(name='package', kw_only=False, fn=None), ReprPlan.Field(name='file', kw_only=False, fn=None)), id=False, t"
|
|
7070
|
+
"erse=False, default_fn=None)))"
|
|
7071
|
+
),
|
|
7072
|
+
plan_repr_sha1='96d8a115fd863c61344f44124f5175d63ed37469',
|
|
7073
|
+
op_ref_idents=(
|
|
7074
|
+
'__dataclass__init__fields__0__annotation',
|
|
7075
|
+
'__dataclass__init__fields__0__coerce',
|
|
7076
|
+
'__dataclass__init__fields__0__default',
|
|
7077
|
+
'__dataclass__init__fields__1__annotation',
|
|
7078
|
+
'__dataclass__init__fields__2__annotation',
|
|
7079
|
+
),
|
|
7080
|
+
cls_names=(
|
|
7081
|
+
('ommlds.minichain.backends.impls.mistral', 'ResourceContent'),
|
|
7082
|
+
),
|
|
7083
|
+
)
|
|
7084
|
+
def _process_dataclass__96d8a115fd863c61344f44124f5175d63ed37469():
|
|
7085
|
+
def _process_dataclass(
|
|
7086
|
+
*,
|
|
7087
|
+
__dataclass__cls,
|
|
7088
|
+
__dataclass__init__fields__0__annotation,
|
|
7089
|
+
__dataclass__init__fields__0__coerce,
|
|
7090
|
+
__dataclass__init__fields__0__default,
|
|
7091
|
+
__dataclass__init__fields__1__annotation,
|
|
7092
|
+
__dataclass__init__fields__2__annotation,
|
|
7093
|
+
__dataclass__FieldFnValidationError, # noqa
|
|
7094
|
+
__dataclass__FieldTypeValidationError, # noqa
|
|
7095
|
+
__dataclass__FnValidationError, # noqa
|
|
7096
|
+
__dataclass__FrozenInstanceError=dataclasses.FrozenInstanceError, # noqa
|
|
7097
|
+
__dataclass__FunctionType=types.FunctionType, # noqa
|
|
7098
|
+
__dataclass__HAS_DEFAULT_FACTORY=dataclasses._HAS_DEFAULT_FACTORY, # noqa
|
|
7099
|
+
__dataclass__MISSING=dataclasses.MISSING, # noqa
|
|
7100
|
+
__dataclass__None=None, # noqa
|
|
7101
|
+
__dataclass__TypeError=TypeError, # noqa
|
|
7102
|
+
__dataclass___recursive_repr=reprlib.recursive_repr, # noqa
|
|
7103
|
+
__dataclass__isinstance=isinstance, # noqa
|
|
7104
|
+
__dataclass__object_setattr=object.__setattr__, # noqa
|
|
7105
|
+
__dataclass__property=property, # noqa
|
|
7106
|
+
):
|
|
7107
|
+
def __copy__(self):
|
|
7108
|
+
if self.__class__ is not __dataclass__cls:
|
|
7109
|
+
raise TypeError(self)
|
|
7110
|
+
return __dataclass__cls( # noqa
|
|
7111
|
+
_metadata=self._metadata,
|
|
7112
|
+
package=self.package,
|
|
7113
|
+
file=self.file,
|
|
7114
|
+
)
|
|
7115
|
+
|
|
7116
|
+
__copy__.__qualname__ = f"{__dataclass__cls.__qualname__}.__copy__"
|
|
7117
|
+
if '__copy__' in __dataclass__cls.__dict__:
|
|
7118
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __copy__ in class {__dataclass__cls.__name__}")
|
|
7119
|
+
setattr(__dataclass__cls, '__copy__', __copy__)
|
|
7120
|
+
|
|
7121
|
+
def __eq__(self, other):
|
|
7122
|
+
if self is other:
|
|
7123
|
+
return True
|
|
7124
|
+
if self.__class__ is not other.__class__:
|
|
7125
|
+
return NotImplemented
|
|
7126
|
+
return (
|
|
7127
|
+
self._metadata == other._metadata and
|
|
7128
|
+
self.package == other.package and
|
|
7129
|
+
self.file == other.file
|
|
7130
|
+
)
|
|
7131
|
+
|
|
7132
|
+
__eq__.__qualname__ = f"{__dataclass__cls.__qualname__}.__eq__"
|
|
7133
|
+
if '__eq__' in __dataclass__cls.__dict__:
|
|
7134
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __eq__ in class {__dataclass__cls.__name__}")
|
|
7135
|
+
setattr(__dataclass__cls, '__eq__', __eq__)
|
|
7136
|
+
|
|
7137
|
+
__dataclass___setattr_frozen_fields = {
|
|
7138
|
+
'_metadata',
|
|
7139
|
+
'package',
|
|
7140
|
+
'file',
|
|
7141
|
+
}
|
|
7142
|
+
|
|
7143
|
+
def __setattr__(self, name, value):
|
|
7144
|
+
if (
|
|
7145
|
+
type(self) is __dataclass__cls
|
|
7146
|
+
or name in __dataclass___setattr_frozen_fields
|
|
7147
|
+
):
|
|
7148
|
+
raise __dataclass__FrozenInstanceError(f"cannot assign to field {name!r}")
|
|
7149
|
+
super(__dataclass__cls, self).__setattr__(name, value)
|
|
7150
|
+
|
|
7151
|
+
__setattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__setattr__"
|
|
7152
|
+
if '__setattr__' in __dataclass__cls.__dict__:
|
|
7153
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __setattr__ in class {__dataclass__cls.__name__}")
|
|
7154
|
+
setattr(__dataclass__cls, '__setattr__', __setattr__)
|
|
7155
|
+
|
|
7156
|
+
__dataclass___delattr_frozen_fields = {
|
|
7157
|
+
'_metadata',
|
|
7158
|
+
'package',
|
|
7159
|
+
'file',
|
|
7160
|
+
}
|
|
7161
|
+
|
|
7162
|
+
def __delattr__(self, name):
|
|
7163
|
+
if (
|
|
7164
|
+
type(self) is __dataclass__cls
|
|
7165
|
+
or name in __dataclass___delattr_frozen_fields
|
|
7166
|
+
):
|
|
7167
|
+
raise __dataclass__FrozenInstanceError(f"cannot delete field {name!r}")
|
|
7168
|
+
super(__dataclass__cls, self).__delattr__(name)
|
|
7169
|
+
|
|
7170
|
+
__delattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__delattr__"
|
|
7171
|
+
if '__delattr__' in __dataclass__cls.__dict__:
|
|
7172
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __delattr__ in class {__dataclass__cls.__name__}")
|
|
7173
|
+
setattr(__dataclass__cls, '__delattr__', __delattr__)
|
|
7174
|
+
|
|
7175
|
+
def __hash__(self):
|
|
7176
|
+
return hash((
|
|
7177
|
+
self._metadata,
|
|
7178
|
+
self.package,
|
|
7179
|
+
self.file,
|
|
7180
|
+
))
|
|
7181
|
+
|
|
7182
|
+
__hash__.__qualname__ = f"{__dataclass__cls.__qualname__}.__hash__"
|
|
7183
|
+
setattr(__dataclass__cls, '__hash__', __hash__)
|
|
7184
|
+
|
|
7185
|
+
def __init__(
|
|
7186
|
+
self,
|
|
7187
|
+
package: __dataclass__init__fields__1__annotation,
|
|
7188
|
+
file: __dataclass__init__fields__2__annotation,
|
|
7189
|
+
*,
|
|
7190
|
+
_metadata: __dataclass__init__fields__0__annotation = __dataclass__init__fields__0__default,
|
|
7191
|
+
) -> __dataclass__None:
|
|
7192
|
+
_metadata = __dataclass__init__fields__0__coerce(_metadata)
|
|
7193
|
+
__dataclass__object_setattr(self, '_metadata', _metadata)
|
|
7194
|
+
__dataclass__object_setattr(self, 'package', package)
|
|
7195
|
+
__dataclass__object_setattr(self, 'file', file)
|
|
7196
|
+
|
|
7197
|
+
__init__.__qualname__ = f"{__dataclass__cls.__qualname__}.__init__"
|
|
7198
|
+
if '__init__' in __dataclass__cls.__dict__:
|
|
7199
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __init__ in class {__dataclass__cls.__name__}")
|
|
7200
|
+
setattr(__dataclass__cls, '__init__', __init__)
|
|
7201
|
+
|
|
7202
|
+
@__dataclass___recursive_repr()
|
|
7203
|
+
def __repr__(self):
|
|
7204
|
+
parts = []
|
|
7205
|
+
parts.append(f"package={self.package!r}")
|
|
7206
|
+
parts.append(f"file={self.file!r}")
|
|
7207
|
+
return (
|
|
7208
|
+
f"{self.__class__.__qualname__}("
|
|
7209
|
+
f"{', '.join(parts)}"
|
|
7210
|
+
f")"
|
|
7211
|
+
)
|
|
7212
|
+
|
|
7213
|
+
__repr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__repr__"
|
|
7214
|
+
if '__repr__' in __dataclass__cls.__dict__:
|
|
7215
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __repr__ in class {__dataclass__cls.__name__}")
|
|
7216
|
+
setattr(__dataclass__cls, '__repr__', __repr__)
|
|
7217
|
+
|
|
7218
|
+
return _process_dataclass
|
|
7219
|
+
|
|
7220
|
+
|
|
7056
7221
|
@_register(
|
|
7057
7222
|
plan_repr=(
|
|
7058
7223
|
"Plans(tup=(CopyPlan(fields=('_metadata', 'body', 'header')), EqPlan(fields=('_metadata', 'body', 'header')), F"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
from omlish import check
|
|
2
|
+
from omlish import dataclasses as dc
|
|
3
|
+
from omlish import lang
|
|
4
|
+
|
|
5
|
+
from .recursive import RecursiveContent
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
##
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@dc.dataclass(frozen=True)
|
|
12
|
+
class ResourceContent(RecursiveContent, lang.Final):
|
|
13
|
+
package: str
|
|
14
|
+
file: str
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def resource_content(*parts: str) -> ResourceContent:
|
|
18
|
+
*package_parts, file = parts
|
|
19
|
+
for p in check.not_empty(package_parts):
|
|
20
|
+
check.non_empty_str(p)
|
|
21
|
+
check.arg(not (p.startswith('.') or p.endswith('.')))
|
|
22
|
+
return ResourceContent('.'.join(package_parts), file)
|
|
@@ -8,13 +8,13 @@ from ..json import JsonContent
|
|
|
8
8
|
from ..metadata import ContentOriginal
|
|
9
9
|
from ..standard import StandardContent
|
|
10
10
|
from ..text import TextContent
|
|
11
|
-
from
|
|
11
|
+
from .visitors import VisitorContentTransform
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
##
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class JsonContentRenderer(
|
|
17
|
+
class JsonContentRenderer(VisitorContentTransform[None]):
|
|
18
18
|
def __init__(
|
|
19
19
|
self,
|
|
20
20
|
*,
|
{ommlds-0.0.0.dev509 → ommlds-0.0.0.dev511}/ommlds/minichain/content/transform/materialize.py
RENAMED
|
@@ -4,8 +4,11 @@ from omlish import lang
|
|
|
4
4
|
from omlish.text import templating as tpl
|
|
5
5
|
|
|
6
6
|
from ..content import Content
|
|
7
|
-
from .
|
|
7
|
+
from .namespaces import NamespaceContentMaterializer
|
|
8
|
+
from .placeholders import PlaceholderContentMaterializer
|
|
9
|
+
from .placeholders import PlaceholderContents
|
|
8
10
|
from .recursive import RecursiveContentMaterializer
|
|
11
|
+
from .resources import ResourceContentMaterializer
|
|
9
12
|
from .templates import TemplateContentMaterializer
|
|
10
13
|
|
|
11
14
|
|
|
@@ -14,7 +17,7 @@ from .templates import TemplateContentMaterializer
|
|
|
14
17
|
|
|
15
18
|
class ContentMaterializer(lang.Abstract):
|
|
16
19
|
@abc.abstractmethod
|
|
17
|
-
def
|
|
20
|
+
def materialize(self, c: Content) -> Content:
|
|
18
21
|
raise NotImplementedError
|
|
19
22
|
|
|
20
23
|
|
|
@@ -30,12 +33,17 @@ class DefaultContentMaterializer(ContentMaterializer):
|
|
|
30
33
|
) -> None:
|
|
31
34
|
super().__init__()
|
|
32
35
|
|
|
33
|
-
self.
|
|
34
|
-
|
|
36
|
+
self._recursive_materializer = RecursiveContentMaterializer(
|
|
37
|
+
NamespaceContentMaterializer(),
|
|
38
|
+
PlaceholderContentMaterializer(placeholder_contents),
|
|
39
|
+
ResourceContentMaterializer(),
|
|
40
|
+
)
|
|
35
41
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
42
|
+
self._template_materializer = TemplateContentMaterializer(templater_context)
|
|
43
|
+
|
|
44
|
+
def materialize(self, c: Content) -> Content:
|
|
45
|
+
c = self._recursive_materializer.transform(c, None)
|
|
46
|
+
c = self._template_materializer.transform(c, None)
|
|
39
47
|
return c
|
|
40
48
|
|
|
41
49
|
|
|
@@ -48,4 +56,4 @@ def materialize_content(
|
|
|
48
56
|
return DefaultContentMaterializer(
|
|
49
57
|
placeholder_contents=placeholder_contents,
|
|
50
58
|
templater_context=templater_context,
|
|
51
|
-
).
|
|
59
|
+
).materialize(c)
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
from ..content import Content
|
|
2
2
|
from ..metadata import ContentOriginal
|
|
3
3
|
from ..standard import StandardContent
|
|
4
|
-
from
|
|
4
|
+
from .visitors import VisitorContentTransform
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
##
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class OriginalMetadataStrippingContentTransform(
|
|
10
|
+
class OriginalMetadataStrippingContentTransform(VisitorContentTransform[None]):
|
|
11
11
|
def visit_standard_content(self, c: StandardContent, ctx: None) -> StandardContent:
|
|
12
12
|
return c.with_metadata(discard=[ContentOriginal])
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
def strip_content_original_metadata(c: Content) -> Content:
|
|
16
|
-
return OriginalMetadataStrippingContentTransform().
|
|
16
|
+
return OriginalMetadataStrippingContentTransform().transform(c, None)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
from omlish import check
|
|
2
|
+
|
|
3
|
+
from ..content import Content
|
|
4
|
+
from ..namespaces import ContentNamespace
|
|
5
|
+
from ..namespaces import NamespaceContent
|
|
6
|
+
from .visitors import VisitorContentTransform
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
##
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class NamespaceContentMaterializer(VisitorContentTransform[None]):
|
|
13
|
+
def visit_namespace_content(self, c: NamespaceContent, ctx: None) -> Content:
|
|
14
|
+
check.issubclass(c.ns, ContentNamespace)
|
|
15
|
+
out: list[Content] = []
|
|
16
|
+
for n, e in c.ns:
|
|
17
|
+
if n.startswith('_'):
|
|
18
|
+
continue
|
|
19
|
+
out.append(self.transform(e, ctx))
|
|
20
|
+
return out
|