ommlds 0.0.0.dev493__tar.gz → 0.0.0.dev494__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.dev493/ommlds.egg-info → ommlds-0.0.0.dev494}/PKG-INFO +4 -4
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/_dataclasses.py +448 -1
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/drivers/tools/errorhandling.py +39 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/inject.py +3 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/base.py +83 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/chat/facades → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands}/configs.py +1 -1
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/inject.py +43 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/injection.py +15 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/manager.py +59 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/simple.py +40 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands/types.py +13 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/configs.py +11 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/facades/facade.py +8 -1
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/facades/inject.py +7 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/ui.py +23 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/inject.py +8 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/app.py +7 -0
- ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/interfaces/textual/facades.py +19 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/inject.py +9 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/styles/messages.tcss +37 -40
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/widgets/messages.py +28 -10
- ommlds-0.0.0.dev494/ommlds/wiki/utils/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494/ommlds.egg-info}/PKG-INFO +4 -4
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds.egg-info/SOURCES.txt +11 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds.egg-info/requires.txt +3 -3
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/pyproject.toml +4 -4
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/LICENSE +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/MANIFEST.in +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/README.md +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/.omlish-manifests.json +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/README.md +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/__about__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/_hacks/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/_hacks/funcs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/_hacks/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/_hacks/params.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/_hacks/patches.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/sse/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/sse/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/sse/assemble.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/sse/events.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/anthropic/protocol/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/cerebras/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/cerebras/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/google/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/google/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/google/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/google/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/google/protocol/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/groq/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/groq/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/huggingface.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/llamacpp/buildwheel.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/llamacpp/logging.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/__main__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/caching.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/cli.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/generation.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/limits.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/loading.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/LICENSE +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/detokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/detokenization/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/detokenization/bpe.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/detokenization/naive.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/detokenization/spm.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/loading.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/tokenization.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/mlx/tokenization/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/ollama/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/_common.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/chunk.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/contentpart.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/message.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/request.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/response.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/responseformat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/chatcompletion/tokenlogprob.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/openai/protocol/completionusage.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tavily/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tavily/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tavily/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/LICENSE +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/__main__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/attention.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/cli.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/fetch.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/llm.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/loading.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/quantization.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/sampling.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/tokenization.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/llama3/transformer.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/__main__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/cli.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/clip.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/sdxl.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/models/sdxl/unet.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/tinygrad/tinygrad.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/torch/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/torch/backends.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/torch/devices.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/torch/purge.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/transformers/filecache.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/backends/transformers/streamers.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/__main__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/asyncs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/catalog.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/injection.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/backends/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/content/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/content/messages.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/content/strings.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/inputs/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/inputs/asyncs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/inputs/sync.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/main.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/markdown.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/raw.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/rendering/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/secrets.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/events.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/injection.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/rendering.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/tools.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/ai/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/driver.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/events/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/events/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/events/injection.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/events/manager.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/events/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/phases/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/phases/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/phases/injection.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/phases/manager.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/phases/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/ids.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/inmemory.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/storage.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/state/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/confirmation.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/execution.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/fs/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/fs/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/injection.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/rendering.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/todo/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/todo/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/weather/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/weather/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/weather/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/weather/tools.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/user/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/user/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/user/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/facades/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/chat/interfaces → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/facades/commands}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/inject.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/chat/interfaces/bare → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/interfaces}/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/chat/interfaces/textual → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/interfaces/bare}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/interactive.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/oneshot.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/tools.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/bare/user.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/inject.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/chat/interfaces/textual/widgets → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/interfaces/textual}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/interface.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/styles/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/styles/input.tcss +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/styles/markdown.tcss +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/tools.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/completion → ommlds-0.0.0.dev494/ommlds/cli/sessions/chat/interfaces/textual/widgets}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/interfaces/textual/widgets/input.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/session.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/sessions/embedding → ommlds-0.0.0.dev494/ommlds/cli/sessions/completion}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/completion/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/completion/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/completion/session.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/configs.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/cli/state → ommlds-0.0.0.dev494/ommlds/cli/sessions/embedding}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/embedding/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/embedding/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/embedding/session.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/inject.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/datasets → ommlds-0.0.0.dev494/ommlds/cli/state}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/state/inject.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/state/storage.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/datasets/lib → ommlds-0.0.0.dev494/ommlds/datasets}/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends → ommlds-0.0.0.dev494/ommlds/datasets/lib}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/datasets/lib/movies.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/catalogs → ommlds-0.0.0.dev494/ommlds/minichain/backends}/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls → ommlds-0.0.0.dev494/ommlds/minichain/backends/catalogs}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/catalogs/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/catalogs/simple.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/catalogs/strings.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/anthropic → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls}/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/cerebras → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/anthropic}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/anthropic/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/anthropic/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/anthropic/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/anthropic/stream.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/duckduckgo → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/cerebras}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/cerebras/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/cerebras/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/cerebras/stream.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/dummy → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/duckduckgo}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/duckduckgo/search.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/google → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/dummy}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/dummy/chat.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/groq → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/google}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/google/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/google/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/google/search.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/google/stream.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/google/tools.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/huggingface → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/groq}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/groq/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/groq/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/groq/stream.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/llamacpp → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/huggingface}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/huggingface/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/huggingface/repos.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/mlx → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/llamacpp}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/llamacpp/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/llamacpp/completion.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/llamacpp/format.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/llamacpp/stream.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/mistral.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/ollama → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/mlx}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/mlx/chat.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/openai → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/ollama}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/ollama/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/sentencepiece → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/openai}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/chat.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/completion.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/embedding.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/format.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/names.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/openai/stream.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/tinygrad → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/sentencepiece}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/sentencepiece/tokens.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/sqlite.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/tavily.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/tokenizers → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/tinygrad}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/tinygrad/chat.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/impls/transformers → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/tokenizers}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/tokenizers/tokens.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/backends/strings → ommlds-0.0.0.dev494/ommlds/minichain/backends/impls/transformers}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/transformers/sentence.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/transformers/tokens.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/impls/transformers/transformers.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat → ommlds-0.0.0.dev494/ommlds/minichain/backends/strings}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/strings/manifests.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/strings/parsing.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/backends/strings/resolving.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat/choices → ommlds-0.0.0.dev494/ommlds/minichain/chat}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/_marshal.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat/choices/stream → ommlds-0.0.0.dev494/ommlds/minichain/chat/choices}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/adapters.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/services.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat → ommlds-0.0.0.dev494/ommlds/minichain/chat/choices}/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/stream/adapters.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/stream/joining.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/stream/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/stream/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/choices/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/formats.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/history.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/messages.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/metadata.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/services.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat/tools → ommlds-0.0.0.dev494/ommlds/minichain/chat/stream}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/stream/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/stream/joining.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/stream/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/stream/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/templating.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/chat/transforms → ommlds-0.0.0.dev494/ommlds/minichain/chat/tools}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/tools/execution.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/tools/ids.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/tools/parsing.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/tools/types.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/content → ommlds-0.0.0.dev494/ommlds/minichain/chat}/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/transforms/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/transforms/metadata.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/transforms/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/chat/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/completion.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/images.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/json.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/materialize.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/metadata.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/namespaces.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/placeholders.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/prepare.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/sequence.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/simple.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/text.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib → ommlds-0.0.0.dev494/ommlds/minichain/content/transforms}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/transforms/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/transforms/interleave.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/transforms/squeeze.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/transforms/stringify.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/transforms/strings.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/content/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/docs/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/docs/docs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/docs/dtypes.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/docs/filters.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/envs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/json.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/code → ommlds-0.0.0.dev494/ommlds/minichain/lib}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/bash.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/fs → ommlds-0.0.0.dev494/ommlds/minichain/lib/code}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/code/prompts.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/fs/tools → ommlds-0.0.0.dev494/ommlds/minichain/lib/fs}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/binfiles.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/context.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/errors.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/suggestions.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/fs/tools/recursivels → ommlds-0.0.0.dev494/ommlds/minichain/lib/fs/tools}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/edit.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/ls.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/read.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/todo → ommlds-0.0.0.dev494/ommlds/minichain/lib/fs/tools/recursivels}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/recursivels/execution.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/recursivels/rendering.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/fs/tools/recursivels/running.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/lib/todo/tools → ommlds-0.0.0.dev494/ommlds/minichain/lib/todo}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/todo/context.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/llms → ommlds-0.0.0.dev494/ommlds/minichain/lib/todo/tools}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/todo/tools/read.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/todo/tools/write.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/lib/todo/types.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/models → ommlds-0.0.0.dev494/ommlds/minichain/llms}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/llms/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/llms/tokens.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/llms/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/metadata.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/models/repos → ommlds-0.0.0.dev494/ommlds/minichain/models}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/models/configs.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/models/names.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/registries → ommlds-0.0.0.dev494/ommlds/minichain/models/repos}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/models/repos/resolving.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/stream → ommlds-0.0.0.dev494/ommlds/minichain/registries}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/registries/globals.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/registries/manifests.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/registries/registry.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/resources.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/search.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/_origclasses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/facades.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/requests.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/responses.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/services/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/standard.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/text → ommlds-0.0.0.dev494/ommlds/minichain/stream}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/stream/services.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/stream/wrap.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/text/toolparsing → ommlds-0.0.0.dev494/ommlds/minichain/text}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/applypatch.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/tools → ommlds-0.0.0.dev494/ommlds/minichain/text/toolparsing}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/base.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/dumb.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/LICENSE +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/hermes2.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/llama31.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/text/toolparsing/llamacpp/utils.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tokens/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tokens/specials.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tokens/tokenizers.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tokens/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tokens/vocabs.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/tools/execution → ommlds-0.0.0.dev494/ommlds/minichain/tools}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/_marshal.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/minichain/vectors → ommlds-0.0.0.dev494/ommlds/minichain/tools/execution}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/execution/catalog.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/execution/context.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/execution/errors.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/execution/executors.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/execution/reflect.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/fns.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/jsonschema.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/reflect.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/tools/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/utils.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/nanochat → ommlds-0.0.0.dev494/ommlds/minichain/vectors}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/embeddings.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/index.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/search.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/similarity.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/stores.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/minichain/vectors/types.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/nanochat/LICENSE +0 -0
- {ommlds-0.0.0.dev493/ommlds/server → ommlds-0.0.0.dev494/ommlds/nanochat}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/nanochat/rustbpe/LICENSE +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/nanochat/rustbpe/README.md +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/nanochat/tokenizers.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/specs → ommlds-0.0.0.dev494/ommlds/server}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/server/__main__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/server/cli.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/server/client.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/server/server.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/server/service.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/specs/mcp → ommlds-0.0.0.dev494/ommlds/specs}/__init__.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/tools → ommlds-0.0.0.dev494/ommlds/specs/mcp}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/specs/mcp/_marshal.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/specs/mcp/clients.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/specs/mcp/protocol.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/wiki → ommlds-0.0.0.dev494/ommlds/tools}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/tools/git.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/tools/ocr.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/wiki/text → ommlds-0.0.0.dev494/ommlds/wiki}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/analyze.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/convert.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/models.py +0 -0
- {ommlds-0.0.0.dev493/ommlds/wiki/utils → ommlds-0.0.0.dev494/ommlds/wiki/text}/__init__.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/text/mfh.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/text/wtp.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/utils/io.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/utils/progress.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/utils/xml.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/wiki/xml.py +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds.egg-info/dependency_links.txt +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds.egg-info/entry_points.txt +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds.egg-info/top_level.txt +0 -0
- {ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/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.dev494
|
|
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.dev494
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev494; 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.dev494; 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"
|
|
@@ -34,7 +34,7 @@ def _register(**kwargs):
|
|
|
34
34
|
op_ref_idents=(),
|
|
35
35
|
cls_names=(
|
|
36
36
|
('ommlds.cli.inject', 'SessionConfig'),
|
|
37
|
-
('ommlds.cli.main', '
|
|
37
|
+
('ommlds.cli.main', 'CommandsConfig'),
|
|
38
38
|
('ommlds.cli.main', 'ToolSetConfig'),
|
|
39
39
|
('ommlds.cli.sessions.chat.drivers.tools.fs.configs', 'FsToolSetConfig'),
|
|
40
40
|
('ommlds.cli.sessions.chat.drivers.tools.todo.configs', 'TodoToolSetConfig'),
|
|
@@ -1159,6 +1159,143 @@ def _process_dataclass__ccc522b0563e76033e8f2d3b6864b8a7c48c0fb7():
|
|
|
1159
1159
|
return _process_dataclass
|
|
1160
1160
|
|
|
1161
1161
|
|
|
1162
|
+
@_register(
|
|
1163
|
+
plan_repr=(
|
|
1164
|
+
"Plans(tup=(CopyPlan(fields=('commands',)), EqPlan(fields=('commands',)), FrozenPlan(fields=('commands',), allo"
|
|
1165
|
+
"w_dynamic_dunder_attrs=False), HashPlan(action='add', fields=('commands',), cache=False), InitPlan(fields=(Ini"
|
|
1166
|
+
"tPlan.Field(name='commands', annotation=OpRef(name='init.fields.0.annotation'), default=OpRef(name='init.field"
|
|
1167
|
+
"s.0.default'), default_factory=None, init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, va"
|
|
1168
|
+
"lidate=None, check_type=None),), self_param='self', std_params=(), kw_only_params=('commands',), frozen=True, "
|
|
1169
|
+
"slots=False, post_init_params=None, init_fns=(), validate_fns=()), ReprPlan(fields=(ReprPlan.Field(name='comma"
|
|
1170
|
+
"nds', kw_only=True, fn=None),), id=False, terse=False, default_fn=None)))"
|
|
1171
|
+
),
|
|
1172
|
+
plan_repr_sha1='2eae35290b327f0d934cd6747eeb9064b6f01259',
|
|
1173
|
+
op_ref_idents=(
|
|
1174
|
+
'__dataclass__init__fields__0__annotation',
|
|
1175
|
+
'__dataclass__init__fields__0__default',
|
|
1176
|
+
),
|
|
1177
|
+
cls_names=(
|
|
1178
|
+
('ommlds.cli.main', 'FacadeConfig'),
|
|
1179
|
+
),
|
|
1180
|
+
)
|
|
1181
|
+
def _process_dataclass__2eae35290b327f0d934cd6747eeb9064b6f01259():
|
|
1182
|
+
def _process_dataclass(
|
|
1183
|
+
*,
|
|
1184
|
+
__dataclass__cls,
|
|
1185
|
+
__dataclass__init__fields__0__annotation,
|
|
1186
|
+
__dataclass__init__fields__0__default,
|
|
1187
|
+
__dataclass__FieldFnValidationError, # noqa
|
|
1188
|
+
__dataclass__FieldTypeValidationError, # noqa
|
|
1189
|
+
__dataclass__FnValidationError, # noqa
|
|
1190
|
+
__dataclass__FrozenInstanceError=dataclasses.FrozenInstanceError, # noqa
|
|
1191
|
+
__dataclass__FunctionType=types.FunctionType, # noqa
|
|
1192
|
+
__dataclass__HAS_DEFAULT_FACTORY=dataclasses._HAS_DEFAULT_FACTORY, # noqa
|
|
1193
|
+
__dataclass__MISSING=dataclasses.MISSING, # noqa
|
|
1194
|
+
__dataclass__None=None, # noqa
|
|
1195
|
+
__dataclass__TypeError=TypeError, # noqa
|
|
1196
|
+
__dataclass___recursive_repr=reprlib.recursive_repr, # noqa
|
|
1197
|
+
__dataclass__isinstance=isinstance, # noqa
|
|
1198
|
+
__dataclass__object_setattr=object.__setattr__, # noqa
|
|
1199
|
+
__dataclass__property=property, # noqa
|
|
1200
|
+
):
|
|
1201
|
+
def __copy__(self):
|
|
1202
|
+
if self.__class__ is not __dataclass__cls:
|
|
1203
|
+
raise TypeError(self)
|
|
1204
|
+
return __dataclass__cls( # noqa
|
|
1205
|
+
commands=self.commands,
|
|
1206
|
+
)
|
|
1207
|
+
|
|
1208
|
+
__copy__.__qualname__ = f"{__dataclass__cls.__qualname__}.__copy__"
|
|
1209
|
+
if '__copy__' in __dataclass__cls.__dict__:
|
|
1210
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __copy__ in class {__dataclass__cls.__name__}")
|
|
1211
|
+
setattr(__dataclass__cls, '__copy__', __copy__)
|
|
1212
|
+
|
|
1213
|
+
def __eq__(self, other):
|
|
1214
|
+
if self is other:
|
|
1215
|
+
return True
|
|
1216
|
+
if self.__class__ is not other.__class__:
|
|
1217
|
+
return NotImplemented
|
|
1218
|
+
return (
|
|
1219
|
+
self.commands == other.commands
|
|
1220
|
+
)
|
|
1221
|
+
|
|
1222
|
+
__eq__.__qualname__ = f"{__dataclass__cls.__qualname__}.__eq__"
|
|
1223
|
+
if '__eq__' in __dataclass__cls.__dict__:
|
|
1224
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __eq__ in class {__dataclass__cls.__name__}")
|
|
1225
|
+
setattr(__dataclass__cls, '__eq__', __eq__)
|
|
1226
|
+
|
|
1227
|
+
__dataclass___setattr_frozen_fields = {
|
|
1228
|
+
'commands',
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
def __setattr__(self, name, value):
|
|
1232
|
+
if (
|
|
1233
|
+
type(self) is __dataclass__cls
|
|
1234
|
+
or name in __dataclass___setattr_frozen_fields
|
|
1235
|
+
):
|
|
1236
|
+
raise __dataclass__FrozenInstanceError(f"cannot assign to field {name!r}")
|
|
1237
|
+
super(__dataclass__cls, self).__setattr__(name, value)
|
|
1238
|
+
|
|
1239
|
+
__setattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__setattr__"
|
|
1240
|
+
if '__setattr__' in __dataclass__cls.__dict__:
|
|
1241
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __setattr__ in class {__dataclass__cls.__name__}")
|
|
1242
|
+
setattr(__dataclass__cls, '__setattr__', __setattr__)
|
|
1243
|
+
|
|
1244
|
+
__dataclass___delattr_frozen_fields = {
|
|
1245
|
+
'commands',
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
def __delattr__(self, name):
|
|
1249
|
+
if (
|
|
1250
|
+
type(self) is __dataclass__cls
|
|
1251
|
+
or name in __dataclass___delattr_frozen_fields
|
|
1252
|
+
):
|
|
1253
|
+
raise __dataclass__FrozenInstanceError(f"cannot delete field {name!r}")
|
|
1254
|
+
super(__dataclass__cls, self).__delattr__(name)
|
|
1255
|
+
|
|
1256
|
+
__delattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__delattr__"
|
|
1257
|
+
if '__delattr__' in __dataclass__cls.__dict__:
|
|
1258
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __delattr__ in class {__dataclass__cls.__name__}")
|
|
1259
|
+
setattr(__dataclass__cls, '__delattr__', __delattr__)
|
|
1260
|
+
|
|
1261
|
+
def __hash__(self):
|
|
1262
|
+
return hash((
|
|
1263
|
+
self.commands,
|
|
1264
|
+
))
|
|
1265
|
+
|
|
1266
|
+
__hash__.__qualname__ = f"{__dataclass__cls.__qualname__}.__hash__"
|
|
1267
|
+
setattr(__dataclass__cls, '__hash__', __hash__)
|
|
1268
|
+
|
|
1269
|
+
def __init__(
|
|
1270
|
+
self,
|
|
1271
|
+
*,
|
|
1272
|
+
commands: __dataclass__init__fields__0__annotation = __dataclass__init__fields__0__default,
|
|
1273
|
+
) -> __dataclass__None:
|
|
1274
|
+
__dataclass__object_setattr(self, 'commands', commands)
|
|
1275
|
+
|
|
1276
|
+
__init__.__qualname__ = f"{__dataclass__cls.__qualname__}.__init__"
|
|
1277
|
+
if '__init__' in __dataclass__cls.__dict__:
|
|
1278
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __init__ in class {__dataclass__cls.__name__}")
|
|
1279
|
+
setattr(__dataclass__cls, '__init__', __init__)
|
|
1280
|
+
|
|
1281
|
+
@__dataclass___recursive_repr()
|
|
1282
|
+
def __repr__(self):
|
|
1283
|
+
parts = []
|
|
1284
|
+
parts.append(f"commands={self.commands!r}")
|
|
1285
|
+
return (
|
|
1286
|
+
f"{self.__class__.__qualname__}("
|
|
1287
|
+
f"{', '.join(parts)}"
|
|
1288
|
+
f")"
|
|
1289
|
+
)
|
|
1290
|
+
|
|
1291
|
+
__repr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__repr__"
|
|
1292
|
+
if '__repr__' in __dataclass__cls.__dict__:
|
|
1293
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __repr__ in class {__dataclass__cls.__name__}")
|
|
1294
|
+
setattr(__dataclass__cls, '__repr__', __repr__)
|
|
1295
|
+
|
|
1296
|
+
return _process_dataclass
|
|
1297
|
+
|
|
1298
|
+
|
|
1162
1299
|
@_register(
|
|
1163
1300
|
plan_repr=(
|
|
1164
1301
|
"Plans(tup=(CopyPlan(fields=('enable_tools', 'dangerous_no_tool_confirmation')), EqPlan(fields=('enable_tools',"
|
|
@@ -2984,6 +3121,316 @@ def _process_dataclass__0f6d91dd6a878d827836d961e4683d55b1c9095a():
|
|
|
2984
3121
|
return _process_dataclass
|
|
2985
3122
|
|
|
2986
3123
|
|
|
3124
|
+
@_register(
|
|
3125
|
+
plan_repr=(
|
|
3126
|
+
"Plans(tup=(CopyPlan(fields=('command', 'argv', 'help', 'arg_error')), EqPlan(fields=('command', 'argv', 'help'"
|
|
3127
|
+
", 'arg_error')), FrozenPlan(fields=('command', 'argv', 'help', 'arg_error'), allow_dynamic_dunder_attrs=False)"
|
|
3128
|
+
", HashPlan(action='add', fields=('command', 'argv', 'help', 'arg_error'), cache=False), InitPlan(fields=(InitP"
|
|
3129
|
+
"lan.Field(name='command', annotation=OpRef(name='init.fields.0.annotation'), default=None, default_factory=Non"
|
|
3130
|
+
"e, init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, validate=None, check_type=None), Ini"
|
|
3131
|
+
"tPlan.Field(name='argv', annotation=OpRef(name='init.fields.1.annotation'), default=None, default_factory=None"
|
|
3132
|
+
", init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, validate=None, check_type=None), Init"
|
|
3133
|
+
"Plan.Field(name='help', annotation=OpRef(name='init.fields.2.annotation'), default=None, default_factory=None,"
|
|
3134
|
+
" init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, validate=None, check_type=None), InitP"
|
|
3135
|
+
"lan.Field(name='arg_error', annotation=OpRef(name='init.fields.3.annotation'), default=OpRef(name='init.fields"
|
|
3136
|
+
".3.default'), default_factory=None, init=True, override=False, field_type=FieldType.INSTANCE, coerce=None, val"
|
|
3137
|
+
"idate=None, check_type=None)), self_param='self', std_params=('command', 'argv', 'help', 'arg_error'), kw_only"
|
|
3138
|
+
"_params=(), frozen=True, slots=False, post_init_params=None, init_fns=(), validate_fns=()), ReprPlan(fields=(R"
|
|
3139
|
+
"eprPlan.Field(name='command', kw_only=False, fn=None), ReprPlan.Field(name='argv', kw_only=False, fn=None), Re"
|
|
3140
|
+
"prPlan.Field(name='help', kw_only=False, fn=None), ReprPlan.Field(name='arg_error', kw_only=False, fn=None)), "
|
|
3141
|
+
"id=False, terse=False, default_fn=None)))"
|
|
3142
|
+
),
|
|
3143
|
+
plan_repr_sha1='02a8469353c0212e2a85695c052b1bb12a809b51',
|
|
3144
|
+
op_ref_idents=(
|
|
3145
|
+
'__dataclass__init__fields__0__annotation',
|
|
3146
|
+
'__dataclass__init__fields__1__annotation',
|
|
3147
|
+
'__dataclass__init__fields__2__annotation',
|
|
3148
|
+
'__dataclass__init__fields__3__annotation',
|
|
3149
|
+
'__dataclass__init__fields__3__default',
|
|
3150
|
+
),
|
|
3151
|
+
cls_names=(
|
|
3152
|
+
('ommlds.cli.sessions.chat.facades.facade', 'ArgsCommandError'),
|
|
3153
|
+
),
|
|
3154
|
+
)
|
|
3155
|
+
def _process_dataclass__02a8469353c0212e2a85695c052b1bb12a809b51():
|
|
3156
|
+
def _process_dataclass(
|
|
3157
|
+
*,
|
|
3158
|
+
__dataclass__cls,
|
|
3159
|
+
__dataclass__init__fields__0__annotation,
|
|
3160
|
+
__dataclass__init__fields__1__annotation,
|
|
3161
|
+
__dataclass__init__fields__2__annotation,
|
|
3162
|
+
__dataclass__init__fields__3__annotation,
|
|
3163
|
+
__dataclass__init__fields__3__default,
|
|
3164
|
+
__dataclass__FieldFnValidationError, # noqa
|
|
3165
|
+
__dataclass__FieldTypeValidationError, # noqa
|
|
3166
|
+
__dataclass__FnValidationError, # noqa
|
|
3167
|
+
__dataclass__FrozenInstanceError=dataclasses.FrozenInstanceError, # noqa
|
|
3168
|
+
__dataclass__FunctionType=types.FunctionType, # noqa
|
|
3169
|
+
__dataclass__HAS_DEFAULT_FACTORY=dataclasses._HAS_DEFAULT_FACTORY, # noqa
|
|
3170
|
+
__dataclass__MISSING=dataclasses.MISSING, # noqa
|
|
3171
|
+
__dataclass__None=None, # noqa
|
|
3172
|
+
__dataclass__TypeError=TypeError, # noqa
|
|
3173
|
+
__dataclass___recursive_repr=reprlib.recursive_repr, # noqa
|
|
3174
|
+
__dataclass__isinstance=isinstance, # noqa
|
|
3175
|
+
__dataclass__object_setattr=object.__setattr__, # noqa
|
|
3176
|
+
__dataclass__property=property, # noqa
|
|
3177
|
+
):
|
|
3178
|
+
def __copy__(self):
|
|
3179
|
+
if self.__class__ is not __dataclass__cls:
|
|
3180
|
+
raise TypeError(self)
|
|
3181
|
+
return __dataclass__cls( # noqa
|
|
3182
|
+
command=self.command,
|
|
3183
|
+
argv=self.argv,
|
|
3184
|
+
help=self.help,
|
|
3185
|
+
arg_error=self.arg_error,
|
|
3186
|
+
)
|
|
3187
|
+
|
|
3188
|
+
__copy__.__qualname__ = f"{__dataclass__cls.__qualname__}.__copy__"
|
|
3189
|
+
if '__copy__' in __dataclass__cls.__dict__:
|
|
3190
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __copy__ in class {__dataclass__cls.__name__}")
|
|
3191
|
+
setattr(__dataclass__cls, '__copy__', __copy__)
|
|
3192
|
+
|
|
3193
|
+
def __eq__(self, other):
|
|
3194
|
+
if self is other:
|
|
3195
|
+
return True
|
|
3196
|
+
if self.__class__ is not other.__class__:
|
|
3197
|
+
return NotImplemented
|
|
3198
|
+
return (
|
|
3199
|
+
self.command == other.command and
|
|
3200
|
+
self.argv == other.argv and
|
|
3201
|
+
self.help == other.help and
|
|
3202
|
+
self.arg_error == other.arg_error
|
|
3203
|
+
)
|
|
3204
|
+
|
|
3205
|
+
__eq__.__qualname__ = f"{__dataclass__cls.__qualname__}.__eq__"
|
|
3206
|
+
if '__eq__' in __dataclass__cls.__dict__:
|
|
3207
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __eq__ in class {__dataclass__cls.__name__}")
|
|
3208
|
+
setattr(__dataclass__cls, '__eq__', __eq__)
|
|
3209
|
+
|
|
3210
|
+
__dataclass___setattr_frozen_fields = {
|
|
3211
|
+
'command',
|
|
3212
|
+
'argv',
|
|
3213
|
+
'help',
|
|
3214
|
+
'arg_error',
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
def __setattr__(self, name, value):
|
|
3218
|
+
if (
|
|
3219
|
+
type(self) is __dataclass__cls
|
|
3220
|
+
or name in __dataclass___setattr_frozen_fields
|
|
3221
|
+
):
|
|
3222
|
+
raise __dataclass__FrozenInstanceError(f"cannot assign to field {name!r}")
|
|
3223
|
+
super(__dataclass__cls, self).__setattr__(name, value)
|
|
3224
|
+
|
|
3225
|
+
__setattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__setattr__"
|
|
3226
|
+
if '__setattr__' in __dataclass__cls.__dict__:
|
|
3227
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __setattr__ in class {__dataclass__cls.__name__}")
|
|
3228
|
+
setattr(__dataclass__cls, '__setattr__', __setattr__)
|
|
3229
|
+
|
|
3230
|
+
__dataclass___delattr_frozen_fields = {
|
|
3231
|
+
'command',
|
|
3232
|
+
'argv',
|
|
3233
|
+
'help',
|
|
3234
|
+
'arg_error',
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
def __delattr__(self, name):
|
|
3238
|
+
if (
|
|
3239
|
+
type(self) is __dataclass__cls
|
|
3240
|
+
or name in __dataclass___delattr_frozen_fields
|
|
3241
|
+
):
|
|
3242
|
+
raise __dataclass__FrozenInstanceError(f"cannot delete field {name!r}")
|
|
3243
|
+
super(__dataclass__cls, self).__delattr__(name)
|
|
3244
|
+
|
|
3245
|
+
__delattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__delattr__"
|
|
3246
|
+
if '__delattr__' in __dataclass__cls.__dict__:
|
|
3247
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __delattr__ in class {__dataclass__cls.__name__}")
|
|
3248
|
+
setattr(__dataclass__cls, '__delattr__', __delattr__)
|
|
3249
|
+
|
|
3250
|
+
def __hash__(self):
|
|
3251
|
+
return hash((
|
|
3252
|
+
self.command,
|
|
3253
|
+
self.argv,
|
|
3254
|
+
self.help,
|
|
3255
|
+
self.arg_error,
|
|
3256
|
+
))
|
|
3257
|
+
|
|
3258
|
+
__hash__.__qualname__ = f"{__dataclass__cls.__qualname__}.__hash__"
|
|
3259
|
+
setattr(__dataclass__cls, '__hash__', __hash__)
|
|
3260
|
+
|
|
3261
|
+
def __init__(
|
|
3262
|
+
self,
|
|
3263
|
+
command: __dataclass__init__fields__0__annotation,
|
|
3264
|
+
argv: __dataclass__init__fields__1__annotation,
|
|
3265
|
+
help: __dataclass__init__fields__2__annotation,
|
|
3266
|
+
arg_error: __dataclass__init__fields__3__annotation = __dataclass__init__fields__3__default,
|
|
3267
|
+
) -> __dataclass__None:
|
|
3268
|
+
__dataclass__object_setattr(self, 'command', command)
|
|
3269
|
+
__dataclass__object_setattr(self, 'argv', argv)
|
|
3270
|
+
__dataclass__object_setattr(self, 'help', help)
|
|
3271
|
+
__dataclass__object_setattr(self, 'arg_error', arg_error)
|
|
3272
|
+
|
|
3273
|
+
__init__.__qualname__ = f"{__dataclass__cls.__qualname__}.__init__"
|
|
3274
|
+
if '__init__' in __dataclass__cls.__dict__:
|
|
3275
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __init__ in class {__dataclass__cls.__name__}")
|
|
3276
|
+
setattr(__dataclass__cls, '__init__', __init__)
|
|
3277
|
+
|
|
3278
|
+
@__dataclass___recursive_repr()
|
|
3279
|
+
def __repr__(self):
|
|
3280
|
+
parts = []
|
|
3281
|
+
parts.append(f"command={self.command!r}")
|
|
3282
|
+
parts.append(f"argv={self.argv!r}")
|
|
3283
|
+
parts.append(f"help={self.help!r}")
|
|
3284
|
+
parts.append(f"arg_error={self.arg_error!r}")
|
|
3285
|
+
return (
|
|
3286
|
+
f"{self.__class__.__qualname__}("
|
|
3287
|
+
f"{', '.join(parts)}"
|
|
3288
|
+
f")"
|
|
3289
|
+
)
|
|
3290
|
+
|
|
3291
|
+
__repr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__repr__"
|
|
3292
|
+
if '__repr__' in __dataclass__cls.__dict__:
|
|
3293
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __repr__ in class {__dataclass__cls.__name__}")
|
|
3294
|
+
setattr(__dataclass__cls, '__repr__', __repr__)
|
|
3295
|
+
|
|
3296
|
+
return _process_dataclass
|
|
3297
|
+
|
|
3298
|
+
|
|
3299
|
+
@_register(
|
|
3300
|
+
plan_repr=(
|
|
3301
|
+
"Plans(tup=(CopyPlan(fields=('print',)), EqPlan(fields=('print',)), FrozenPlan(fields=('print',), allow_dynamic"
|
|
3302
|
+
"_dunder_attrs=False), HashPlan(action='add', fields=('print',), cache=False), InitPlan(fields=(InitPlan.Field("
|
|
3303
|
+
"name='print', annotation=OpRef(name='init.fields.0.annotation'), default=None, default_factory=None, init=True"
|
|
3304
|
+
", override=False, field_type=FieldType.INSTANCE, coerce=None, validate=None, check_type=None),), self_param='s"
|
|
3305
|
+
"elf', std_params=(), kw_only_params=('print',), frozen=True, slots=False, post_init_params=None, init_fns=(), "
|
|
3306
|
+
"validate_fns=()), ReprPlan(fields=(ReprPlan.Field(name='print', kw_only=True, fn=None),), id=False, terse=Fals"
|
|
3307
|
+
"e, default_fn=None)))"
|
|
3308
|
+
),
|
|
3309
|
+
plan_repr_sha1='b85c47820b05dab0f4c49061d498738fe67a73a4',
|
|
3310
|
+
op_ref_idents=(
|
|
3311
|
+
'__dataclass__init__fields__0__annotation',
|
|
3312
|
+
),
|
|
3313
|
+
cls_names=(
|
|
3314
|
+
('ommlds.cli.sessions.chat.facades.facade', 'Command.Context'),
|
|
3315
|
+
),
|
|
3316
|
+
)
|
|
3317
|
+
def _process_dataclass__b85c47820b05dab0f4c49061d498738fe67a73a4():
|
|
3318
|
+
def _process_dataclass(
|
|
3319
|
+
*,
|
|
3320
|
+
__dataclass__cls,
|
|
3321
|
+
__dataclass__init__fields__0__annotation,
|
|
3322
|
+
__dataclass__FieldFnValidationError, # noqa
|
|
3323
|
+
__dataclass__FieldTypeValidationError, # noqa
|
|
3324
|
+
__dataclass__FnValidationError, # noqa
|
|
3325
|
+
__dataclass__FrozenInstanceError=dataclasses.FrozenInstanceError, # noqa
|
|
3326
|
+
__dataclass__FunctionType=types.FunctionType, # noqa
|
|
3327
|
+
__dataclass__HAS_DEFAULT_FACTORY=dataclasses._HAS_DEFAULT_FACTORY, # noqa
|
|
3328
|
+
__dataclass__MISSING=dataclasses.MISSING, # noqa
|
|
3329
|
+
__dataclass__None=None, # noqa
|
|
3330
|
+
__dataclass__TypeError=TypeError, # noqa
|
|
3331
|
+
__dataclass___recursive_repr=reprlib.recursive_repr, # noqa
|
|
3332
|
+
__dataclass__isinstance=isinstance, # noqa
|
|
3333
|
+
__dataclass__object_setattr=object.__setattr__, # noqa
|
|
3334
|
+
__dataclass__property=property, # noqa
|
|
3335
|
+
):
|
|
3336
|
+
def __copy__(self):
|
|
3337
|
+
if self.__class__ is not __dataclass__cls:
|
|
3338
|
+
raise TypeError(self)
|
|
3339
|
+
return __dataclass__cls( # noqa
|
|
3340
|
+
print=self.print,
|
|
3341
|
+
)
|
|
3342
|
+
|
|
3343
|
+
__copy__.__qualname__ = f"{__dataclass__cls.__qualname__}.__copy__"
|
|
3344
|
+
if '__copy__' in __dataclass__cls.__dict__:
|
|
3345
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __copy__ in class {__dataclass__cls.__name__}")
|
|
3346
|
+
setattr(__dataclass__cls, '__copy__', __copy__)
|
|
3347
|
+
|
|
3348
|
+
def __eq__(self, other):
|
|
3349
|
+
if self is other:
|
|
3350
|
+
return True
|
|
3351
|
+
if self.__class__ is not other.__class__:
|
|
3352
|
+
return NotImplemented
|
|
3353
|
+
return (
|
|
3354
|
+
self.print == other.print
|
|
3355
|
+
)
|
|
3356
|
+
|
|
3357
|
+
__eq__.__qualname__ = f"{__dataclass__cls.__qualname__}.__eq__"
|
|
3358
|
+
if '__eq__' in __dataclass__cls.__dict__:
|
|
3359
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __eq__ in class {__dataclass__cls.__name__}")
|
|
3360
|
+
setattr(__dataclass__cls, '__eq__', __eq__)
|
|
3361
|
+
|
|
3362
|
+
__dataclass___setattr_frozen_fields = {
|
|
3363
|
+
'print',
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
def __setattr__(self, name, value):
|
|
3367
|
+
if (
|
|
3368
|
+
type(self) is __dataclass__cls
|
|
3369
|
+
or name in __dataclass___setattr_frozen_fields
|
|
3370
|
+
):
|
|
3371
|
+
raise __dataclass__FrozenInstanceError(f"cannot assign to field {name!r}")
|
|
3372
|
+
super(__dataclass__cls, self).__setattr__(name, value)
|
|
3373
|
+
|
|
3374
|
+
__setattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__setattr__"
|
|
3375
|
+
if '__setattr__' in __dataclass__cls.__dict__:
|
|
3376
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __setattr__ in class {__dataclass__cls.__name__}")
|
|
3377
|
+
setattr(__dataclass__cls, '__setattr__', __setattr__)
|
|
3378
|
+
|
|
3379
|
+
__dataclass___delattr_frozen_fields = {
|
|
3380
|
+
'print',
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
def __delattr__(self, name):
|
|
3384
|
+
if (
|
|
3385
|
+
type(self) is __dataclass__cls
|
|
3386
|
+
or name in __dataclass___delattr_frozen_fields
|
|
3387
|
+
):
|
|
3388
|
+
raise __dataclass__FrozenInstanceError(f"cannot delete field {name!r}")
|
|
3389
|
+
super(__dataclass__cls, self).__delattr__(name)
|
|
3390
|
+
|
|
3391
|
+
__delattr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__delattr__"
|
|
3392
|
+
if '__delattr__' in __dataclass__cls.__dict__:
|
|
3393
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __delattr__ in class {__dataclass__cls.__name__}")
|
|
3394
|
+
setattr(__dataclass__cls, '__delattr__', __delattr__)
|
|
3395
|
+
|
|
3396
|
+
def __hash__(self):
|
|
3397
|
+
return hash((
|
|
3398
|
+
self.print,
|
|
3399
|
+
))
|
|
3400
|
+
|
|
3401
|
+
__hash__.__qualname__ = f"{__dataclass__cls.__qualname__}.__hash__"
|
|
3402
|
+
setattr(__dataclass__cls, '__hash__', __hash__)
|
|
3403
|
+
|
|
3404
|
+
def __init__(
|
|
3405
|
+
self,
|
|
3406
|
+
*,
|
|
3407
|
+
print: __dataclass__init__fields__0__annotation,
|
|
3408
|
+
) -> __dataclass__None:
|
|
3409
|
+
__dataclass__object_setattr(self, 'print', print)
|
|
3410
|
+
|
|
3411
|
+
__init__.__qualname__ = f"{__dataclass__cls.__qualname__}.__init__"
|
|
3412
|
+
if '__init__' in __dataclass__cls.__dict__:
|
|
3413
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __init__ in class {__dataclass__cls.__name__}")
|
|
3414
|
+
setattr(__dataclass__cls, '__init__', __init__)
|
|
3415
|
+
|
|
3416
|
+
@__dataclass___recursive_repr()
|
|
3417
|
+
def __repr__(self):
|
|
3418
|
+
parts = []
|
|
3419
|
+
parts.append(f"print={self.print!r}")
|
|
3420
|
+
return (
|
|
3421
|
+
f"{self.__class__.__qualname__}("
|
|
3422
|
+
f"{', '.join(parts)}"
|
|
3423
|
+
f")"
|
|
3424
|
+
)
|
|
3425
|
+
|
|
3426
|
+
__repr__.__qualname__ = f"{__dataclass__cls.__qualname__}.__repr__"
|
|
3427
|
+
if '__repr__' in __dataclass__cls.__dict__:
|
|
3428
|
+
raise __dataclass__TypeError(f"Cannot overwrite attribute __repr__ in class {__dataclass__cls.__name__}")
|
|
3429
|
+
setattr(__dataclass__cls, '__repr__', __repr__)
|
|
3430
|
+
|
|
3431
|
+
return _process_dataclass
|
|
3432
|
+
|
|
3433
|
+
|
|
2987
3434
|
@_register(
|
|
2988
3435
|
plan_repr=(
|
|
2989
3436
|
"Plans(tup=(CopyPlan(fields=('text',)), EqPlan(fields=('text',)), FrozenPlan(fields=('text',), allow_dynamic_du"
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import typing as ta
|
|
2
|
+
|
|
3
|
+
from omlish import check
|
|
4
|
+
|
|
5
|
+
from ...... import minichain as mc
|
|
6
|
+
from .execution import ToolUseExecutor
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
##
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class ErrorHandlingToolUseExecutor(ToolUseExecutor):
|
|
13
|
+
def __init__(
|
|
14
|
+
self,
|
|
15
|
+
*,
|
|
16
|
+
wrapped: ToolUseExecutor,
|
|
17
|
+
) -> None:
|
|
18
|
+
super().__init__()
|
|
19
|
+
|
|
20
|
+
self._wrapped = wrapped
|
|
21
|
+
|
|
22
|
+
async def execute_tool_use(
|
|
23
|
+
self,
|
|
24
|
+
use: 'mc.ToolUse',
|
|
25
|
+
*ctx_items: ta.Any,
|
|
26
|
+
) -> 'mc.ToolUseResultMessage':
|
|
27
|
+
try:
|
|
28
|
+
return await self._wrapped.execute_tool_use(use, *ctx_items)
|
|
29
|
+
|
|
30
|
+
except mc.ToolExecutionError as txe: # noqa
|
|
31
|
+
s = check.non_empty_str(check.isinstance(txe.content, str))
|
|
32
|
+
|
|
33
|
+
return mc.ToolUseResultMessage(
|
|
34
|
+
mc.ToolUseResult(
|
|
35
|
+
id=use.id,
|
|
36
|
+
name=use.name,
|
|
37
|
+
c=s,
|
|
38
|
+
),
|
|
39
|
+
)
|
{ommlds-0.0.0.dev493 → ommlds-0.0.0.dev494}/ommlds/cli/sessions/chat/drivers/tools/inject.py
RENAMED
|
@@ -10,6 +10,7 @@ from .injection import tool_context_providers
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
with lang.auto_proxy_import(globals()):
|
|
13
|
+
from . import errorhandling as _errorhandling
|
|
13
14
|
from . import execution as _execution
|
|
14
15
|
from . import rendering as _rendering
|
|
15
16
|
|
|
@@ -57,6 +58,8 @@ def bind_tools(cfg: ToolsConfig = ToolsConfig()) -> inj.Elements:
|
|
|
57
58
|
|
|
58
59
|
els.append(exec_stack.push_bind(to_ctor=_execution.ToolUseExecutorImpl, singleton=True))
|
|
59
60
|
|
|
61
|
+
els.append(exec_stack.push_bind(to_ctor=_errorhandling.ErrorHandlingToolUseExecutor, singleton=True))
|
|
62
|
+
|
|
60
63
|
if cfg.verbose:
|
|
61
64
|
els.append(exec_stack.push_bind(to_ctor=_rendering.ArgsRenderingToolUseExecutor, singleton=True))
|
|
62
65
|
els.append(exec_stack.push_bind(to_ctor=_rendering.ResultRenderingToolUseExecutor, singleton=True))
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import abc
|
|
2
|
+
import typing as ta
|
|
3
|
+
|
|
4
|
+
from omlish import dataclasses as dc
|
|
5
|
+
from omlish import lang
|
|
6
|
+
from omlish.argparse import all as argparse
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
##
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class CommandError(Exception):
|
|
13
|
+
pass
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
@dc.dataclass(frozen=True)
|
|
17
|
+
class ArgsCommandError(CommandError):
|
|
18
|
+
command: 'Command'
|
|
19
|
+
argv: ta.Sequence[str]
|
|
20
|
+
help: str
|
|
21
|
+
|
|
22
|
+
arg_error: argparse.ArgumentError | None = None
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
##
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class Command(lang.Abstract):
|
|
29
|
+
def __init__(self) -> None:
|
|
30
|
+
super().__init__()
|
|
31
|
+
|
|
32
|
+
self.__parser: argparse.ArgumentParser = argparse.NoExitArgumentParser(
|
|
33
|
+
prog=self.name,
|
|
34
|
+
description=self.description,
|
|
35
|
+
formatter_class=self._HelpFormatter,
|
|
36
|
+
)
|
|
37
|
+
self._configure_parser(self.__parser)
|
|
38
|
+
|
|
39
|
+
#
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
def name(self) -> str:
|
|
43
|
+
return lang.camel_to_snake(type(self).__name__.removesuffix('Command'))
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
def description(self) -> str | None:
|
|
47
|
+
return None
|
|
48
|
+
|
|
49
|
+
class _HelpFormatter(argparse.HelpFormatter):
|
|
50
|
+
def start_section(self, heading):
|
|
51
|
+
return super().start_section(heading.title())
|
|
52
|
+
|
|
53
|
+
def add_usage(self, usage, actions, groups, prefix=None):
|
|
54
|
+
if prefix is None:
|
|
55
|
+
prefix = 'Usage: '
|
|
56
|
+
return super().add_usage(usage, actions, groups, prefix)
|
|
57
|
+
|
|
58
|
+
def _configure_parser(self, parser: argparse.ArgumentParser) -> None:
|
|
59
|
+
pass
|
|
60
|
+
|
|
61
|
+
#
|
|
62
|
+
|
|
63
|
+
@dc.dataclass(frozen=True, kw_only=True)
|
|
64
|
+
class Context:
|
|
65
|
+
print: ta.Callable[[str], ta.Awaitable[None]]
|
|
66
|
+
|
|
67
|
+
@ta.final
|
|
68
|
+
async def run(self, ctx: Context, argv: list[str]) -> None:
|
|
69
|
+
try:
|
|
70
|
+
args = self.__parser.parse_args(argv)
|
|
71
|
+
except argparse.ArgumentError as ae:
|
|
72
|
+
raise ArgsCommandError(
|
|
73
|
+
self,
|
|
74
|
+
argv,
|
|
75
|
+
self.__parser.format_help(),
|
|
76
|
+
ae,
|
|
77
|
+
) from ae
|
|
78
|
+
|
|
79
|
+
await self._run_args(ctx, args)
|
|
80
|
+
|
|
81
|
+
@abc.abstractmethod
|
|
82
|
+
def _run_args(self, ctx: Context, args: argparse.Namespace) -> ta.Awaitable[None]:
|
|
83
|
+
raise NotImplementedError
|