ommlds 0.0.0.dev506__tar.gz → 0.0.0.dev507__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.dev506/ommlds.egg-info → ommlds-0.0.0.dev507}/PKG-INFO +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/types.py +5 -7
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/cerebras/protocol.py +3 -5
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/google/protocol/types.py +6 -8
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/groq/protocol.py +3 -5
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/ollama/protocol.py +8 -8
- ommlds-0.0.0.dev507/ommlds/backends/openai/protocol/_common.py +16 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tavily/protocol.py +3 -5
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/torch/backends.py +1 -1
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/_typedvalues.py +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/search.py +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/strings/parsing.py +1 -1
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/messages.py +3 -3
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/models/configs.py +2 -2
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/_marshal.py +2 -2
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/catalog.py +1 -1
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/types.py +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/specs/mcp/protocol.py +4 -6
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/models.py +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/text/mfh.py +9 -9
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507/ommlds.egg-info}/PKG-INFO +4 -4
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds.egg-info/requires.txt +3 -3
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/pyproject.toml +4 -4
- ommlds-0.0.0.dev506/ommlds/backends/openai/protocol/_common.py +0 -18
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/MANIFEST.in +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/README.md +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/.omlish-manifests.json +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/README.md +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/__about__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/_hacks/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/_hacks/funcs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/_hacks/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/_hacks/params.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/_hacks/patches.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/sse/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/sse/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/sse/assemble.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/anthropic/protocol/sse/events.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/cerebras/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/cerebras/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/google/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/google/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/google/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/google/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/groq/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/groq/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/groq/clients.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/huggingface.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/llamacpp/buildwheel.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/llamacpp/logging.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/__main__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/caching.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/cli.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/generation.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/limits.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/loading.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/detokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/detokenization/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/detokenization/bpe.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/detokenization/naive.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/detokenization/spm.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/loading.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/tokenization.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/mlx/tokenization/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/ollama/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/chunk.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/contentpart.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/message.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/request.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/response.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/responseformat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/chatcompletion/tokenlogprob.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/openai/protocol/completionusage.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tavily/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tavily/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/__main__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/attention.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/cli.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/fetch.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/llm.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/loading.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/quantization.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/sampling.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/tokenization.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/llama3/transformer.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/__main__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/cli.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/clip.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/sdxl.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/models/sdxl/unet.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/tinygrad/tinygrad.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/torch/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/torch/devices.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/torch/purge.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/transformers/filecache.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/backends/transformers/streamers.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/__main__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/asyncs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/catalog.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/meta.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/backends/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/content/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/content/messages.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/content/strings.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/inputs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/inputs/asyncs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/inputs/sync.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/main.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/markdown.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/raw.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/rendering/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/secrets.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/events.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/rendering.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/tools.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/ai/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/events/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/events/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/events/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/events/manager.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/events/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/impl.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/phases/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/phases/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/phases/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/phases/manager.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/phases/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/ids.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/inmemory.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/storage.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/state/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/confirmation.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/errorhandling.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/execution.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/fs/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/fs/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/rendering.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/todo/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/todo/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/weather/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/weather/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/weather/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/tools/weather/tools.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/user/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/user/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/drivers/user/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/injection.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/manager.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/simple.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/commands/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/facade.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/facades/ui.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/interactive.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/oneshot.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/bare/tools.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/app.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/facades.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/inputhistory.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/interface.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/styles/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/styles/input.tcss +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/styles/markdown.tcss +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/styles/messages.tcss +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/tools.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/widgets/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/widgets/input.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/interfaces/textual/widgets/messages.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/chat/session.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/completion/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/completion/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/completion/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/completion/session.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/embedding/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/embedding/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/embedding/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/embedding/session.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/sessions/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/state/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/state/inject.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/cli/state/storage.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/datasets/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/datasets/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/datasets/lib/movies.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/catalogs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/catalogs/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/catalogs/simple.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/catalogs/strings.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/anthropic/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/anthropic/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/anthropic/protocol.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/anthropic/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/cerebras/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/cerebras/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/cerebras/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/duckduckgo/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/duckduckgo/search.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/dummy/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/dummy/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/protocol.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/tools.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/groq/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/groq/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/groq/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/huggingface/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/huggingface/repos.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/llamacpp/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/llamacpp/completion.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/llamacpp/format.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/llamacpp/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/mistral.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/mlx/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/ollama/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/completion.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/embedding.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/format.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/openai/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/sentencepiece/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/sentencepiece/tokens.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/sqlite.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/tavily.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/tinygrad/chat.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/tokenizers/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/tokenizers/tokens.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/transformers/sentence.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/transformers/tokens.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/transformers/transformers.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/strings/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/strings/manifests.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/strings/resolving.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/adapters.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/stream/adapters.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/stream/joining.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/stream/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/stream/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/choices/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/content.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/formats.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/history.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/metadata.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/stream/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/stream/joining.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/stream/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/stream/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/templating.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/tools/execution.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/tools/ids.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/tools/parsing.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/tools/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/transforms/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/transforms/metadata.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/transforms/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/chat/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/completion.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/configs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/code.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/composite.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/content.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/dynamic.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/emphasis.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/images.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/json.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/link.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/markdown.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/metadata.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/namespaces.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/placeholders.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/quote.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/raw.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/recursive.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/section.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/sequence.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/standard.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/tag.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/templates.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/text.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/json.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/markdown.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/materialize.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/metadata.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/prepare.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/recursive.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/standard.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/stringify.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/strings.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/transform/templates.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/content/visitors.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/docs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/docs/docs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/docs/dtypes.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/docs/filters.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/envs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/http/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/http/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/json.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/bash.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/code/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/code/prompts.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/binfiles.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/context.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/errors.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/suggestions.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/edit.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/ls.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/read.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/recursivels/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/recursivels/execution.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/recursivels/rendering.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/fs/tools/recursivels/running.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/context.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/tools/read.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/tools/write.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/lib/todo/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/llms/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/llms/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/llms/tokens.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/llms/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/metadata.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/models/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/models/names.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/models/repos/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/models/repos/resolving.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/registries/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/registries/globals.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/registries/manifests.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/registries/registry.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/resources.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/search.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/README.md +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/_origclasses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/facades.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/requests.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/responses.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/services/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/standard.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/stream/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/applypatch.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/base.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/dumb.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/hermes2.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/llama31.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/text/toolparsing/llamacpp/utils.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tokens/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tokens/specials.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tokens/tokenizers.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tokens/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tokens/vocabs.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/context.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/errorhandling.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/errors.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/executors.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/execution/reflect.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/fns.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/jsonschema.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/tools/reflect.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/utils.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/embeddings.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/index.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/search.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/similarity.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/stores.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/vectors/types.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/firstinwins.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/instrument.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/retry.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/services.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/wrappers/stream.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/nanochat/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/nanochat/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/nanochat/rustbpe/LICENSE +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/nanochat/rustbpe/README.md +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/nanochat/tokenizers.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/__main__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/cli.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/client.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/server.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/server/service.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/specs/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/specs/mcp/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/specs/mcp/_marshal.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/specs/mcp/clients.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/tools/git.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/tools/ocr.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/analyze.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/convert.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/text/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/text/wtp.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/utils/__init__.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/utils/io.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/utils/progress.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/utils/xml.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/wiki/xml.py +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds.egg-info/SOURCES.txt +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds.egg-info/dependency_links.txt +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds.egg-info/entry_points.txt +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds.egg-info/top_level.txt +0 -0
- {ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/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.dev507
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,9 +14,9 @@ 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.dev507
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev507; 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"
|
|
@@ -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.dev507; 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"
|
|
@@ -12,12 +12,10 @@ from omlish import marshal as msh
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _set_class_marshal_options(cls):
|
|
15
|
-
msh.
|
|
15
|
+
msh.update_object_options(
|
|
16
16
|
cls,
|
|
17
|
-
field_defaults=msh.
|
|
18
|
-
|
|
19
|
-
omit_if=lang.is_none,
|
|
20
|
-
),
|
|
17
|
+
field_defaults=msh.FieldOptions(
|
|
18
|
+
omit_if=lang.is_none,
|
|
21
19
|
),
|
|
22
20
|
)
|
|
23
21
|
|
|
@@ -43,7 +41,7 @@ class Text(Content):
|
|
|
43
41
|
|
|
44
42
|
_: dc.KW_ONLY
|
|
45
43
|
|
|
46
|
-
cache_control: Content.CacheControl | None = dc.xfield(default=None, repr_fn=
|
|
44
|
+
cache_control: Content.CacheControl | None = dc.xfield(default=None, repr_fn=lang.opt_repr)
|
|
47
45
|
|
|
48
46
|
|
|
49
47
|
@dc.dataclass(frozen=True)
|
|
@@ -55,7 +53,7 @@ class ToolUse(Content):
|
|
|
55
53
|
|
|
56
54
|
_: dc.KW_ONLY
|
|
57
55
|
|
|
58
|
-
cache_control: Content.CacheControl | None = dc.xfield(default=None, repr_fn=
|
|
56
|
+
cache_control: Content.CacheControl | None = dc.xfield(default=None, repr_fn=lang.opt_repr)
|
|
59
57
|
|
|
60
58
|
|
|
61
59
|
@dc.dataclass(frozen=True)
|
|
@@ -12,12 +12,10 @@ from omlish import marshal as msh
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _set_class_marshal_options(cls):
|
|
15
|
-
msh.
|
|
15
|
+
msh.update_object_options(
|
|
16
16
|
cls,
|
|
17
|
-
field_defaults=msh.
|
|
18
|
-
|
|
19
|
-
omit_if=lang.is_none,
|
|
20
|
-
),
|
|
17
|
+
field_defaults=msh.FieldOptions(
|
|
18
|
+
omit_if=lang.is_none,
|
|
21
19
|
),
|
|
22
20
|
)
|
|
23
21
|
|
|
@@ -12,13 +12,11 @@ from omlish import marshal as msh
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _set_class_marshal_options(cls):
|
|
15
|
-
msh.
|
|
15
|
+
msh.update_object_options(
|
|
16
16
|
cls,
|
|
17
17
|
field_naming=msh.Naming.LOW_CAMEL,
|
|
18
|
-
field_defaults=msh.
|
|
19
|
-
|
|
20
|
-
omit_if=lang.is_none,
|
|
21
|
-
),
|
|
18
|
+
field_defaults=msh.FieldOptions(
|
|
19
|
+
omit_if=lang.is_none,
|
|
22
20
|
),
|
|
23
21
|
)
|
|
24
22
|
|
|
@@ -27,7 +25,7 @@ def _set_class_marshal_options(cls):
|
|
|
27
25
|
|
|
28
26
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
29
27
|
@_set_class_marshal_options
|
|
30
|
-
@msh.
|
|
28
|
+
@msh.update_fields_options(
|
|
31
29
|
['data'],
|
|
32
30
|
marshaler=msh.Base64MarshalerUnmarshaler(bytes),
|
|
33
31
|
unmarshaler=msh.Base64MarshalerUnmarshaler(bytes),
|
|
@@ -125,7 +123,7 @@ class VideoMetadata(lang.Final):
|
|
|
125
123
|
|
|
126
124
|
|
|
127
125
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
128
|
-
@msh.
|
|
126
|
+
@msh.update_fields_options(
|
|
129
127
|
['thought_signature'],
|
|
130
128
|
marshaler=msh.OptionalMarshaler(msh.Base64MarshalerUnmarshaler(bytes)),
|
|
131
129
|
unmarshaler=msh.OptionalUnmarshaler(msh.Base64MarshalerUnmarshaler(bytes)),
|
|
@@ -197,7 +195,7 @@ class Value(lang.Abstract, lang.Sealed):
|
|
|
197
195
|
|
|
198
196
|
|
|
199
197
|
@dc.dataclass(frozen=True)
|
|
200
|
-
@msh.
|
|
198
|
+
@msh.update_object_options(field_naming=msh.Naming.LOW_CAMEL)
|
|
201
199
|
class NullValue(Value, lang.Final):
|
|
202
200
|
null_value: None = None
|
|
203
201
|
|
|
@@ -12,12 +12,10 @@ from omlish import marshal as msh
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _set_class_marshal_options(cls):
|
|
15
|
-
msh.
|
|
15
|
+
msh.update_object_options(
|
|
16
16
|
cls,
|
|
17
|
-
field_defaults=msh.
|
|
18
|
-
|
|
19
|
-
omit_if=lang.is_none,
|
|
20
|
-
),
|
|
17
|
+
field_defaults=msh.FieldOptions(
|
|
18
|
+
omit_if=lang.is_none,
|
|
21
19
|
),
|
|
22
20
|
)
|
|
23
21
|
|
|
@@ -11,7 +11,7 @@ from omlish import lang
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
14
|
-
@dc.extra_class_params(default_repr_fn=
|
|
14
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
15
15
|
class Options:
|
|
16
16
|
# loading
|
|
17
17
|
numa: bool | None = None
|
|
@@ -72,7 +72,7 @@ class BaseGenerateRequest(BaseStreamableRequest, lang.Abstract):
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
75
|
-
@dc.extra_class_params(default_repr_fn=
|
|
75
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
76
76
|
class GenerateRequest(BaseGenerateRequest):
|
|
77
77
|
prompt: str | None = None
|
|
78
78
|
suffix: str | None = None
|
|
@@ -102,7 +102,7 @@ class BaseGenerateResponse(lang.Abstract):
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
105
|
-
@dc.extra_class_params(default_repr_fn=
|
|
105
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
106
106
|
class GenerateResponse(BaseGenerateResponse):
|
|
107
107
|
response: str
|
|
108
108
|
thinking: str | None = None
|
|
@@ -121,7 +121,7 @@ Role: ta.TypeAlias = ta.Literal[
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
124
|
-
@dc.extra_class_params(default_repr_fn=
|
|
124
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
125
125
|
class Message:
|
|
126
126
|
role: Role
|
|
127
127
|
content: str | None = None
|
|
@@ -145,12 +145,12 @@ class Message:
|
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
148
|
-
@dc.extra_class_params(default_repr_fn=
|
|
148
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
149
149
|
class Tool:
|
|
150
150
|
type: str | None = 'function'
|
|
151
151
|
|
|
152
152
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
153
|
-
@dc.extra_class_params(default_repr_fn=
|
|
153
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
154
154
|
class Function:
|
|
155
155
|
name: str | None = None
|
|
156
156
|
description: str | None = None
|
|
@@ -160,7 +160,7 @@ class Tool:
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
163
|
-
@dc.extra_class_params(default_repr_fn=
|
|
163
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
164
164
|
class ChatRequest(BaseGenerateRequest):
|
|
165
165
|
messages: ta.Sequence[Message] | None = None
|
|
166
166
|
tools: ta.Sequence[Tool] | None = None
|
|
@@ -168,6 +168,6 @@ class ChatRequest(BaseGenerateRequest):
|
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
171
|
-
@dc.extra_class_params(default_repr_fn=
|
|
171
|
+
@dc.extra_class_params(default_repr_fn=lang.opt_repr)
|
|
172
172
|
class ChatResponse(BaseGenerateResponse):
|
|
173
173
|
message: Message
|
|
@@ -12,12 +12,10 @@ from omlish import marshal as msh
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def _set_class_marshal_options(cls):
|
|
15
|
-
msh.
|
|
15
|
+
msh.update_object_options(
|
|
16
16
|
cls,
|
|
17
|
-
field_defaults=msh.
|
|
18
|
-
|
|
19
|
-
omit_if=lang.is_none,
|
|
20
|
-
),
|
|
17
|
+
field_defaults=msh.FieldOptions(
|
|
18
|
+
omit_if=lang.is_none,
|
|
21
19
|
),
|
|
22
20
|
)
|
|
23
21
|
|
|
@@ -33,7 +33,7 @@ class MemoryStats:
|
|
|
33
33
|
|
|
34
34
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
35
35
|
class AggregateMemoryStats(MemoryStats):
|
|
36
|
-
by_device: ta.Mapping[ta.Any, MemoryStats] | None = dc.xfield(repr_fn=
|
|
36
|
+
by_device: ta.Mapping[ta.Any, MemoryStats] | None = dc.xfield(repr_fn=lang.opt_repr)
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
##
|
|
@@ -75,11 +75,11 @@ def _tv_field_metadata(
|
|
|
75
75
|
repr_fn=_tv_field_repr,
|
|
76
76
|
),
|
|
77
77
|
|
|
78
|
-
msh.
|
|
78
|
+
msh.FieldOptions: msh.FieldOptions(
|
|
79
79
|
name=marshal_name,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
|
|
81
|
+
omit_if=operator.not_,
|
|
82
|
+
|
|
83
83
|
marshaler_factory=msh.FuncMarshalerFactory(
|
|
84
84
|
lambda ctx, rty: _marshal._TypedValuesFieldMarshalerFactory(tvs_rty).make_marshaler(ctx, rty), # noqa
|
|
85
85
|
),
|
{ommlds-0.0.0.dev506 → ommlds-0.0.0.dev507}/ommlds/minichain/backends/impls/google/search.py
RENAMED
|
@@ -24,7 +24,7 @@ from ....search import static_check_is_search_service
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
@dc.dataclass(frozen=True)
|
|
27
|
-
@msh.
|
|
27
|
+
@msh.update_object_options(field_naming=msh.Naming.LOW_CAMEL, unknown_field='x')
|
|
28
28
|
class CseSearchResult(lang.Final):
|
|
29
29
|
kind: str | None = None
|
|
30
30
|
|
|
@@ -49,7 +49,7 @@ class CseSearchResult(lang.Final):
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
@dc.dataclass(frozen=True)
|
|
52
|
-
@msh.
|
|
52
|
+
@msh.update_object_options(field_naming=msh.Naming.LOW_CAMEL, unknown_field='x')
|
|
53
53
|
class CseSearchInfo(lang.Final):
|
|
54
54
|
search_time: float | None = None
|
|
55
55
|
total_results: int | None = None
|
|
@@ -58,10 +58,10 @@ class CseSearchInfo(lang.Final):
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
@dc.dataclass(frozen=True)
|
|
61
|
-
@msh.
|
|
61
|
+
@msh.update_object_options(field_naming=msh.Naming.LOW_CAMEL, unknown_field='x')
|
|
62
62
|
class CseSearchResponse(lang.Final):
|
|
63
63
|
kind: str | None = None
|
|
64
|
-
info: CseSearchInfo | None = dc.xfield(None) | msh.
|
|
64
|
+
info: CseSearchInfo | None = dc.xfield(None) | msh.with_field_options(name='searchInformation')
|
|
65
65
|
items: ta.Sequence[CseSearchResult] | None = None
|
|
66
66
|
|
|
67
67
|
x: ta.Mapping[str, ta.Any] | None = dc.field(default=None, repr=False)
|
|
@@ -101,11 +101,11 @@ class SystemMessage(AnyUserMessage, lang.Final):
|
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
@dc.dataclass(frozen=True)
|
|
104
|
-
@msh.
|
|
104
|
+
@msh.update_fields_options(['name'], omit_if=operator.not_)
|
|
105
105
|
class UserMessage(AnyUserMessage, lang.Final):
|
|
106
106
|
c: Content
|
|
107
107
|
|
|
108
|
-
name: str | None = dc.xfield(None, repr_fn=
|
|
108
|
+
name: str | None = dc.xfield(None, repr_fn=lang.opt_repr)
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
#
|
|
@@ -113,7 +113,7 @@ class UserMessage(AnyUserMessage, lang.Final):
|
|
|
113
113
|
|
|
114
114
|
@dc.dataclass(frozen=True)
|
|
115
115
|
class AiMessage(AnyAiMessage, lang.Final):
|
|
116
|
-
c: Content = dc.xfield(None, repr_fn=
|
|
116
|
+
c: Content = dc.xfield(None, repr_fn=lang.opt_repr) # TODO: non-null?
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
#
|
|
@@ -37,5 +37,5 @@ class ModelRepo(ModelSpecifier):
|
|
|
37
37
|
|
|
38
38
|
_: dc.KW_ONLY
|
|
39
39
|
|
|
40
|
-
tag: str | None = dc.xfield(None, repr_fn=
|
|
41
|
-
path: str | None = dc.xfield(None, repr_fn=
|
|
40
|
+
tag: str | None = dc.xfield(None, repr_fn=lang.opt_repr)
|
|
41
|
+
path: str | None = dc.xfield(None, repr_fn=lang.opt_repr)
|
|
@@ -67,7 +67,7 @@ class _RequestResponseMarshaler(msh.Marshaler):
|
|
|
67
67
|
else:
|
|
68
68
|
v_v = self.v_m.marshal(ctx, o.v)
|
|
69
69
|
|
|
70
|
-
md_fmd = self.rr_flds.md.metadata[msh.
|
|
70
|
+
md_fmd = self.rr_flds.md.metadata[msh.FieldOptions]
|
|
71
71
|
md_m = md_fmd.marshaler_factory.make_marshaler(ctx.marshal_factory_context, self.rr_flds.md.type)() # FIXME
|
|
72
72
|
md_v = md_m.marshal(ctx, o._metadata) # noqa
|
|
73
73
|
|
|
@@ -159,7 +159,7 @@ class _RequestResponseUnmarshalerFactory(msh.UnmarshalerFactory):
|
|
|
159
159
|
|
|
160
160
|
v_u = ctx.make_unmarshaler(v_rty)
|
|
161
161
|
|
|
162
|
-
md_fmd = rr_flds.md.metadata[msh.
|
|
162
|
+
md_fmd = rr_flds.md.metadata[msh.FieldOptions]
|
|
163
163
|
md_u = md_fmd.unmarshaler_factory.make_unmarshaler(ctx, rr_flds.md.type)() # FIXME
|
|
164
164
|
|
|
165
165
|
return _RequestResponseUnmarshaler(
|
|
@@ -140,8 +140,8 @@ class ObjectToolDtype(ToolDtype):
|
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
@dc.dataclass(frozen=True)
|
|
143
|
-
@msh.
|
|
144
|
-
@msh.
|
|
143
|
+
@msh.update_fields_options(['name', 'desc', 'type'], omit_if=lang.is_none)
|
|
144
|
+
@msh.update_fields_options(['required'], omit_if=operator.not_)
|
|
145
145
|
class ToolParam:
|
|
146
146
|
name: str | None = None
|
|
147
147
|
|
|
@@ -158,8 +158,8 @@ class ToolParam:
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
@dc.dataclass(frozen=True)
|
|
161
|
-
@msh.
|
|
162
|
-
@msh.
|
|
161
|
+
@msh.update_fields_options(['name', 'desc', 'params', 'returns_desc', 'returns_type'], omit_if=lang.is_none)
|
|
162
|
+
@msh.update_fields_options(['allow_additional_params'], omit_if=operator.not_)
|
|
163
163
|
class ToolSpec:
|
|
164
164
|
name: str | None = None
|
|
165
165
|
|
|
@@ -37,13 +37,11 @@ msh.register_global_module_import('._marshal', __package__)
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
def _set_class_marshal_options(cls):
|
|
40
|
-
msh.
|
|
40
|
+
msh.update_object_options(
|
|
41
41
|
cls,
|
|
42
42
|
field_naming=msh.Naming.LOW_CAMEL,
|
|
43
|
-
field_defaults=msh.
|
|
44
|
-
|
|
45
|
-
omit_if=lang.is_none,
|
|
46
|
-
),
|
|
43
|
+
field_defaults=msh.FieldOptions(
|
|
44
|
+
omit_if=lang.is_none,
|
|
47
45
|
),
|
|
48
46
|
)
|
|
49
47
|
return cls
|
|
@@ -94,7 +92,7 @@ class Notification(Message, lang.Abstract):
|
|
|
94
92
|
|
|
95
93
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
96
94
|
class WithMeta(lang.Sealed, lang.Abstract):
|
|
97
|
-
meta_: ta.Mapping[str, ta.Any] | None = dc.field(default=None) | msh.
|
|
95
|
+
meta_: ta.Mapping[str, ta.Any] | None = dc.field(default=None) | msh.with_field_options(name='_meta')
|
|
98
96
|
|
|
99
97
|
|
|
100
98
|
##
|
|
@@ -51,7 +51,7 @@ class Redirect:
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
@dc.dataclass(frozen=True)
|
|
54
|
-
@msh.
|
|
54
|
+
@msh.update_fields_options([
|
|
55
55
|
'username',
|
|
56
56
|
'id',
|
|
57
57
|
'ip',
|
|
@@ -78,7 +78,7 @@ class RevisionText:
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
@dc.dataclass(frozen=True)
|
|
81
|
-
@msh.
|
|
81
|
+
@msh.update_fields_options([
|
|
82
82
|
'parentid',
|
|
83
83
|
'timestamp',
|
|
84
84
|
'contributors',
|
|
@@ -108,7 +108,7 @@ class Revision:
|
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
@dc.dataclass(frozen=True)
|
|
111
|
-
@msh.
|
|
111
|
+
@msh.update_fields_options([
|
|
112
112
|
'timestamp',
|
|
113
113
|
'contributor',
|
|
114
114
|
'comment',
|
|
@@ -129,7 +129,7 @@ class Upload:
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
@dc.dataclass(frozen=True)
|
|
132
|
-
@msh.
|
|
132
|
+
@msh.update_fields_options([
|
|
133
133
|
'redirect',
|
|
134
134
|
'restrictions',
|
|
135
135
|
'revisions',
|
|
@@ -38,7 +38,7 @@ Content: ta.TypeAlias = ta.Sequence[ContentNode]
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
@dc.dataclass(frozen=True)
|
|
41
|
-
@msh.
|
|
41
|
+
@msh.update_fields_options(['body'], omit_if=operator.not_)
|
|
42
42
|
class Doc(Node):
|
|
43
43
|
body: Content = ()
|
|
44
44
|
|
|
@@ -49,14 +49,14 @@ class Text(ContentNode):
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
@dc.dataclass(frozen=True)
|
|
52
|
-
@msh.
|
|
52
|
+
@msh.update_fields_options(['title', 'text'], omit_if=operator.not_)
|
|
53
53
|
class WikiLink(ContentNode):
|
|
54
54
|
title: Content = ()
|
|
55
55
|
text: Content = ()
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
@dc.dataclass(frozen=True)
|
|
59
|
-
@msh.
|
|
59
|
+
@msh.update_fields_options(['title', 'url'], omit_if=operator.not_)
|
|
60
60
|
class ExternalLink(ContentNode):
|
|
61
61
|
title: Content = ()
|
|
62
62
|
url: Content = ()
|
|
@@ -73,28 +73,28 @@ class Comment(ContentNode):
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
@dc.dataclass(frozen=True)
|
|
76
|
-
@msh.
|
|
76
|
+
@msh.update_fields_options(['name', 'value'], omit_if=operator.not_)
|
|
77
77
|
class Parameter(Node):
|
|
78
78
|
name: Content = ()
|
|
79
79
|
value: Content = ()
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
@dc.dataclass(frozen=True)
|
|
83
|
-
@msh.
|
|
83
|
+
@msh.update_fields_options(['name', 'params'], omit_if=operator.not_)
|
|
84
84
|
class Template(ContentNode):
|
|
85
85
|
name: Content = ()
|
|
86
86
|
params: ta.Sequence[Parameter] = ()
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
@dc.dataclass(frozen=True)
|
|
90
|
-
@msh.
|
|
90
|
+
@msh.update_fields_options(['name', 'value'], omit_if=operator.not_)
|
|
91
91
|
class Attribute(Node):
|
|
92
92
|
name: Content = ()
|
|
93
93
|
value: Content = ()
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
@dc.dataclass(frozen=True)
|
|
97
|
-
@msh.
|
|
97
|
+
@msh.update_fields_options(['l', 'atts', 'body', 'r'], omit_if=operator.not_)
|
|
98
98
|
class Tag(ContentNode):
|
|
99
99
|
l: Content = ()
|
|
100
100
|
atts: ta.Sequence[Attribute] = ()
|
|
@@ -103,14 +103,14 @@ class Tag(ContentNode):
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
@dc.dataclass(frozen=True)
|
|
106
|
-
@msh.
|
|
106
|
+
@msh.update_fields_options(['title'], omit_if=operator.not_)
|
|
107
107
|
class Heading(ContentNode):
|
|
108
108
|
title: Content = ()
|
|
109
109
|
level: int = 0
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
@dc.dataclass(frozen=True)
|
|
113
|
-
@msh.
|
|
113
|
+
@msh.update_fields_options(['name', 'default'], omit_if=operator.not_)
|
|
114
114
|
class Argument(ContentNode):
|
|
115
115
|
name: Content = ()
|
|
116
116
|
default: Content = ()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev507
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,9 +14,9 @@ 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.dev507
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev507; 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"
|
|
@@ -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.dev507; 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"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
omlish==0.0.0.
|
|
1
|
+
omlish==0.0.0.dev507
|
|
2
2
|
|
|
3
3
|
[all]
|
|
4
|
-
omdev==0.0.0.
|
|
4
|
+
omdev==0.0.0.dev507
|
|
5
5
|
llama-cpp-python~=0.3
|
|
6
6
|
tiktoken~=0.12
|
|
7
7
|
tinygrad~=0.12
|
|
@@ -55,7 +55,7 @@ pytesseract~=0.3
|
|
|
55
55
|
rapidocr-onnxruntime~=1.4
|
|
56
56
|
|
|
57
57
|
[omdev]
|
|
58
|
-
omdev==0.0.0.
|
|
58
|
+
omdev==0.0.0.dev507
|
|
59
59
|
|
|
60
60
|
[pillow]
|
|
61
61
|
pillow~=12.1
|
|
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
|
13
13
|
license = 'BSD-3-Clause'
|
|
14
14
|
readme = 'README.md'
|
|
15
15
|
requires-python = '>=3.13'
|
|
16
|
-
version = '0.0.0.
|
|
16
|
+
version = '0.0.0.dev507'
|
|
17
17
|
classifiers = [
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
19
19
|
'Intended Audience :: Developers',
|
|
@@ -24,12 +24,12 @@ classifiers = [
|
|
|
24
24
|
]
|
|
25
25
|
description = 'ommlds'
|
|
26
26
|
dependencies = [
|
|
27
|
-
'omlish == 0.0.0.
|
|
27
|
+
'omlish == 0.0.0.dev507',
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[project.optional-dependencies]
|
|
31
31
|
all = [
|
|
32
|
-
'omdev == 0.0.0.
|
|
32
|
+
'omdev == 0.0.0.dev507',
|
|
33
33
|
'llama-cpp-python ~= 0.3',
|
|
34
34
|
'mlx ~= 0.30; sys_platform == "darwin"',
|
|
35
35
|
'mlx-lm ~= 0.29; sys_platform == "darwin"',
|
|
@@ -52,7 +52,7 @@ all = [
|
|
|
52
52
|
'lxml >= 5.3; python_version < "3.13"',
|
|
53
53
|
]
|
|
54
54
|
omdev = [
|
|
55
|
-
'omdev == 0.0.0.
|
|
55
|
+
'omdev == 0.0.0.dev507',
|
|
56
56
|
]
|
|
57
57
|
backends = [
|
|
58
58
|
'llama-cpp-python ~= 0.3',
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
from omlish import lang
|
|
2
|
-
from omlish import marshal as msh
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def _set_class_marshal_options(cls):
|
|
9
|
-
msh.update_object_metadata(
|
|
10
|
-
cls,
|
|
11
|
-
field_defaults=msh.FieldMetadata(
|
|
12
|
-
options=msh.FieldOptions(
|
|
13
|
-
omit_if=lang.is_none,
|
|
14
|
-
),
|
|
15
|
-
),
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
return cls
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|