ommlds 0.0.0.dev510__tar.gz → 0.0.0.dev512__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.dev510/ommlds.egg-info → ommlds-0.0.0.dev512}/PKG-INFO +6 -4
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/.omlish-manifests.json +2 -2
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/__about__.py +1 -1
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/cerebras/protocol.py +1 -1
- ommlds-0.0.0.dev512/ommlds/backends/groq/clients.py +9 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/main.py +17 -2
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/app.py +100 -31
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/styles/messages.tcss +16 -6
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/widgets/messages.py +10 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/chat.py +2 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/stream.py +2 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/specs/mcp/clients.py +1 -1
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512/ommlds.egg-info}/PKG-INFO +6 -4
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds.egg-info/SOURCES.txt +1 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds.egg-info/requires.txt +5 -3
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/pyproject.toml +6 -4
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/MANIFEST.in +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/README.md +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/README.md +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/_hacks/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/_hacks/funcs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/_hacks/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/_hacks/params.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/_hacks/patches.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/assemble.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/events.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/cerebras/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/cerebras/_marshal.py +0 -0
- {ommlds-0.0.0.dev510/ommlds/backends/groq → ommlds-0.0.0.dev512/ommlds/backends/cerebras}/clients.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/google/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/google/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/google/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/google/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/google/protocol/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/groq/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/groq/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/huggingface/cache.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/huggingface/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/llamacpp/buildwheel.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/llamacpp/logging.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/__main__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/caching.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/generation.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/limits.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/loading.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/detokenization/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/detokenization/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/detokenization/bpe.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/detokenization/naive.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/detokenization/spm.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/loading.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/tokenization.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/mlx/tokenization/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/ollama/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/ollama/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/_common.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/chunk.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/contentpart.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/message.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/request.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/response.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/responseformat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/chatcompletion/tokenlogprob.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/openai/protocol/completionusage.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tavily/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tavily/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tavily/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/__main__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/attention.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/fetch.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/llm.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/loading.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/quantization.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/sampling.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/tokenization.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/llama3/transformer.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/__main__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/clip.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/sdxl.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/models/sdxl/unet.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/tinygrad/tinygrad.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/torch/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/torch/backends.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/torch/devices.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/torch/purge.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/transformers/filecache.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/transformers/streamers.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/__main__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/asyncs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/catalog.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/meta.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/backends/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/content/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/content/messages.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/content/strings.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/inputs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/inputs/asyncs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/inputs/sync.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/markdown.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/raw.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/rendering/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/secrets.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/events.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/rendering.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/tools.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/ai/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/events/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/events/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/events/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/events/manager.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/events/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/impl.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/phases/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/phases/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/phases/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/phases/manager.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/phases/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/ids.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/inmemory.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/storage.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/state/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/confirmation.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/errorhandling.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/execution.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/fs/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/fs/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/rendering.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/todo/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/todo/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/weather/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/weather/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/weather/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/tools/weather/tools.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/user/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/user/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/drivers/user/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/injection.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/manager.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/simple.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/commands/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/facade.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/facades/ui.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/interactive.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/oneshot.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/bare/tools.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/facades.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/inputhistory.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/interface.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/styles/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/styles/input.tcss +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/styles/markdown.tcss +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/tools.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/widgets/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/widgets/input.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/session.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/completion/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/completion/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/completion/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/completion/session.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/embedding/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/embedding/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/embedding/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/embedding/session.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/state/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/state/inject.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/state/storage.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/datasets/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/datasets/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/datasets/lib/movies.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/_dataclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/catalogs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/catalogs/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/catalogs/simple.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/catalogs/strings.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/anthropic/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/anthropic/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/anthropic/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/anthropic/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/anthropic/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/duckduckgo/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/duckduckgo/search.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/dummy/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/dummy/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/search.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/google/tools.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/groq/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/groq/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/groq/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/groq/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/groq/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/huggingface/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/huggingface/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/huggingface/repos.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/llamacpp/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/llamacpp/completion.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/llamacpp/format.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/llamacpp/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/mistral.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/mlx/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/mlx/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/ollama/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/ollama/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/ollama/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/completion.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/embedding.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/format.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/openai/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/sentencepiece/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/sentencepiece/tokens.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/sqlite.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/tavily.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/tinygrad/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/tinygrad/chat.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/tokenizers/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/tokenizers/tokens.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/transformers/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/transformers/sentence.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/transformers/tokens.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/transformers/transformers.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/strings/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/strings/manifests.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/strings/parsing.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/strings/resolving.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/adapters.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/stream/adapters.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/stream/joining.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/stream/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/stream/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/choices/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/content.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/formats.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/history.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/messages.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/metadata.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/stream/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/stream/joining.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/stream/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/stream/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/templating.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/tools/execution.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/tools/ids.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/tools/parsing.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/tools/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/transforms/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/transforms/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/transforms/metadata.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/transforms/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/chat/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/completion.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/code.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/composite.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/content.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/dynamic.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/emphasis.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/images.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/json.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/link.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/markdown.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/metadata.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/namespaces.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/placeholders.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/quote.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/raw.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/recursive.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/resources.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/section.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/sequence.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/standard.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/tag.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/templates.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/text.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/json.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/markdown.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/materialize.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/metadata.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/namespaces.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/placeholders.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/prepare.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/recursive.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/resources.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/standard.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/stringify.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/strings.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/templates.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/transform/visitors.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/content/visitors.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/docs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/docs/docs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/docs/dtypes.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/docs/filters.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/envs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/http/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/http/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/json.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/bash.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/code/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/code/prompts.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/binfiles.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/context.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/errors.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/suggestions.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/edit.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/ls.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/read.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/recursivels/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/recursivels/execution.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/recursivels/rendering.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/fs/tools/recursivels/running.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/context.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/tools/read.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/tools/write.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/lib/todo/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/llms/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/llms/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/llms/tokens.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/llms/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/metadata.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/models/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/models/configs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/models/names.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/models/repos/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/models/repos/resolving.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/registries/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/registries/globals.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/registries/manifests.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/registries/registry.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/resources.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/search.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/README.md +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/_origclasses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/_typedvalues.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/facades.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/requests.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/responses.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/services/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/standard.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/stream/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/stream/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/applypatch.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/base.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/dumb.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/hermes2.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/llama31.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/text/toolparsing/llamacpp/utils.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tokens/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tokens/specials.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tokens/tokenizers.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tokens/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tokens/vocabs.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/catalog.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/context.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/errorhandling.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/errors.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/executors.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/execution/reflect.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/fns.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/jsonschema.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/reflect.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/tools/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/utils.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/embeddings.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/index.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/search.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/similarity.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/stores.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/vectors/types.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/firstinwins.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/instrument.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/retry.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/services.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/wrappers/stream.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/nanochat/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/nanochat/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/nanochat/rustbpe/LICENSE +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/nanochat/rustbpe/README.md +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/nanochat/tokenizers.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/__main__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/cli.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/client.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/server.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/server/service.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/specs/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/specs/mcp/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/specs/mcp/_marshal.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/specs/mcp/protocol.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/tools/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/tools/git.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/tools/ocr.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/analyze.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/convert.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/models.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/text/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/text/mfh.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/text/wtp.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/utils/__init__.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/utils/io.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/utils/progress.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/utils/xml.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/wiki/xml.py +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds.egg-info/dependency_links.txt +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds.egg-info/entry_points.txt +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds.egg-info/top_level.txt +0 -0
- {ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/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.dev512
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,12 +14,13 @@ 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.dev512
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev512; extra == "all"
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "all"
|
|
22
22
|
Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "all"
|
|
23
|
+
Requires-Dist: sentencepiece~=0.2; extra == "all"
|
|
23
24
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
25
|
Requires-Dist: tinygrad~=0.12; extra == "all"
|
|
25
26
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
@@ -38,11 +39,12 @@ Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
|
38
39
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
39
40
|
Requires-Dist: lxml>=5.3; python_version < "3.13" and extra == "all"
|
|
40
41
|
Provides-Extra: omdev
|
|
41
|
-
Requires-Dist: omdev==0.0.0.
|
|
42
|
+
Requires-Dist: omdev==0.0.0.dev512; extra == "omdev"
|
|
42
43
|
Provides-Extra: backends
|
|
43
44
|
Requires-Dist: llama-cpp-python~=0.3; extra == "backends"
|
|
44
45
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "backends"
|
|
45
46
|
Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "backends"
|
|
47
|
+
Requires-Dist: sentencepiece~=0.2; extra == "backends"
|
|
46
48
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
47
49
|
Requires-Dist: tinygrad~=0.12; extra == "backends"
|
|
48
50
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"module": ".minichain.backends.impls.cerebras.chat",
|
|
103
103
|
"attr": null,
|
|
104
104
|
"file": "ommlds/minichain/backends/impls/cerebras/chat.py",
|
|
105
|
-
"line":
|
|
105
|
+
"line": 27,
|
|
106
106
|
"value": {
|
|
107
107
|
"!.minichain.registries.manifests.RegistryManifest": {
|
|
108
108
|
"module": "ommlds.minichain.backends.impls.cerebras.chat",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"module": ".minichain.backends.impls.cerebras.stream",
|
|
149
149
|
"attr": null,
|
|
150
150
|
"file": "ommlds/minichain/backends/impls/cerebras/stream.py",
|
|
151
|
-
"line":
|
|
151
|
+
"line": 31,
|
|
152
152
|
"value": {
|
|
153
153
|
"!.minichain.registries.manifests.RegistryManifest": {
|
|
154
154
|
"module": "ommlds.minichain.backends.impls.cerebras.stream",
|
|
@@ -24,7 +24,7 @@ class Project(ProjectBase):
|
|
|
24
24
|
'mlx ~= 0.30; sys_platform == "darwin"',
|
|
25
25
|
'mlx-lm ~= 0.29; sys_platform == "darwin"',
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
'sentencepiece ~= 0.2',
|
|
28
28
|
|
|
29
29
|
'tiktoken ~= 0.12',
|
|
30
30
|
|
|
@@ -49,7 +49,7 @@ class ChatCompletionRequest(lang.Final):
|
|
|
49
49
|
class UserMessage(Message, lang.Final):
|
|
50
50
|
content: str | ta.Sequence[str]
|
|
51
51
|
name: str | None = None
|
|
52
|
-
role: ta.Literal['
|
|
52
|
+
role: ta.Literal['user'] = 'user'
|
|
53
53
|
|
|
54
54
|
@dc.dataclass(frozen=True, kw_only=True)
|
|
55
55
|
@_set_class_marshal_options
|
|
@@ -4,6 +4,7 @@ TODO:
|
|
|
4
4
|
"""
|
|
5
5
|
import abc
|
|
6
6
|
import functools
|
|
7
|
+
import sys
|
|
7
8
|
import typing as ta
|
|
8
9
|
|
|
9
10
|
import anyio
|
|
@@ -136,14 +137,28 @@ class ChatProfile(Profile):
|
|
|
136
137
|
check.arg(not self._args.message)
|
|
137
138
|
|
|
138
139
|
elif self._args.message:
|
|
139
|
-
|
|
140
|
+
ps: list[str] = []
|
|
141
|
+
|
|
142
|
+
for a in self._args.message:
|
|
143
|
+
if a == '-':
|
|
144
|
+
ps.append(sys.stdin.read())
|
|
145
|
+
|
|
146
|
+
elif a.startswith('@'):
|
|
147
|
+
with open(a[1:]) as f:
|
|
148
|
+
ps.append(f.read())
|
|
149
|
+
|
|
150
|
+
else:
|
|
151
|
+
ps.append(a)
|
|
152
|
+
|
|
153
|
+
c = ' '.join(ps)
|
|
154
|
+
|
|
140
155
|
cfg = dc.replace(
|
|
141
156
|
cfg,
|
|
142
157
|
driver=dc.replace(
|
|
143
158
|
cfg.driver,
|
|
144
159
|
user=dc.replace(
|
|
145
160
|
cfg.driver.user,
|
|
146
|
-
initial_user_content=
|
|
161
|
+
initial_user_content=c,
|
|
147
162
|
),
|
|
148
163
|
),
|
|
149
164
|
)
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/cli/sessions/chat/interfaces/textual/app.py
RENAMED
|
@@ -25,6 +25,7 @@ from .styles import read_app_css
|
|
|
25
25
|
from .widgets.input import InputOuter
|
|
26
26
|
from .widgets.input import InputTextArea
|
|
27
27
|
from .widgets.messages import AiMessage
|
|
28
|
+
from .widgets.messages import MessageDivider
|
|
28
29
|
from .widgets.messages import MessagesContainer
|
|
29
30
|
from .widgets.messages import StaticAiMessage
|
|
30
31
|
from .widgets.messages import StreamAiMessage
|
|
@@ -50,6 +51,21 @@ class ChatAppGetter(lang.AsyncCachedFunc0['ChatApp']):
|
|
|
50
51
|
pass
|
|
51
52
|
|
|
52
53
|
|
|
54
|
+
class ChatAppScreen(tx.Screen):
|
|
55
|
+
BINDINGS: ta.ClassVar[ta.Sequence[tx.BindingType]] = [
|
|
56
|
+
tx.Binding(
|
|
57
|
+
'alt+c,super+c',
|
|
58
|
+
'screen.copy_text',
|
|
59
|
+
'Copy selected text',
|
|
60
|
+
show=False,
|
|
61
|
+
),
|
|
62
|
+
]
|
|
63
|
+
|
|
64
|
+
@classmethod
|
|
65
|
+
def _merge_bindings(cls) -> tx.BindingsMap:
|
|
66
|
+
return tx.unbind_map_keys(super()._merge_bindings(), ['ctrl+c'])
|
|
67
|
+
|
|
68
|
+
|
|
53
69
|
class ChatApp(
|
|
54
70
|
tx.ClipboardAppMixin,
|
|
55
71
|
tx.DevtoolsAppMixin,
|
|
@@ -61,10 +77,11 @@ class ChatApp(
|
|
|
61
77
|
*tx.App.BINDINGS,
|
|
62
78
|
|
|
63
79
|
tx.Binding(
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
80
|
+
'escape',
|
|
81
|
+
'cancel',
|
|
82
|
+
'Cancel current operation',
|
|
67
83
|
show=False,
|
|
84
|
+
priority=True,
|
|
68
85
|
),
|
|
69
86
|
]
|
|
70
87
|
|
|
@@ -96,16 +113,21 @@ class ChatApp(
|
|
|
96
113
|
def get_driver_class(self) -> type[tx.Driver]:
|
|
97
114
|
return tx.get_pending_writes_driver_class(super().get_driver_class())
|
|
98
115
|
|
|
116
|
+
def get_default_screen(self) -> tx.Screen:
|
|
117
|
+
return ChatAppScreen(id='_default')
|
|
118
|
+
|
|
99
119
|
CSS: ta.ClassVar[str] = read_app_css()
|
|
100
120
|
|
|
101
|
-
|
|
121
|
+
##
|
|
122
|
+
# Compose
|
|
102
123
|
|
|
103
124
|
def compose(self) -> tx.ComposeResult:
|
|
104
125
|
yield MessagesContainer(id='messages-container')
|
|
105
126
|
|
|
106
127
|
yield InputOuter(id='input-outer')
|
|
107
128
|
|
|
108
|
-
|
|
129
|
+
##
|
|
130
|
+
# Widget getters
|
|
109
131
|
|
|
110
132
|
def _get_input_text_area(self) -> InputTextArea:
|
|
111
133
|
return self.query_one('#input', InputTextArea)
|
|
@@ -113,7 +135,8 @@ class ChatApp(
|
|
|
113
135
|
def _get_messages_container(self) -> tx.VerticalScroll:
|
|
114
136
|
return self.query_one('#messages-container', MessagesContainer)
|
|
115
137
|
|
|
116
|
-
|
|
138
|
+
##
|
|
139
|
+
# Messages
|
|
117
140
|
|
|
118
141
|
def _is_messages_at_bottom(self, threshold: int = 3) -> bool:
|
|
119
142
|
return (ms := self._get_messages_container()).scroll_y >= (ms.max_scroll_y - threshold)
|
|
@@ -125,6 +148,10 @@ class ChatApp(
|
|
|
125
148
|
if (ms := self._get_messages_container()).max_scroll_y:
|
|
126
149
|
ms.anchor()
|
|
127
150
|
|
|
151
|
+
def _scroll_messages_to_bottom_and_anchor(self) -> None:
|
|
152
|
+
self._scroll_messages_to_bottom()
|
|
153
|
+
self._anchor_messages()
|
|
154
|
+
|
|
128
155
|
#
|
|
129
156
|
|
|
130
157
|
_pending_mount_messages: list[tx.Widget] | None = None
|
|
@@ -150,14 +177,14 @@ class ChatApp(
|
|
|
150
177
|
|
|
151
178
|
await sam.append_content(content)
|
|
152
179
|
|
|
153
|
-
self.call_after_refresh(self._scroll_messages_to_bottom)
|
|
154
|
-
|
|
155
180
|
if was_at_bottom:
|
|
156
|
-
self.call_after_refresh(self.
|
|
181
|
+
self.call_after_refresh(self._scroll_messages_to_bottom_and_anchor)
|
|
157
182
|
|
|
158
183
|
else:
|
|
159
184
|
await self._mount_messages(StreamAiMessage(content))
|
|
160
185
|
|
|
186
|
+
_num_mounted_messages = 0
|
|
187
|
+
|
|
161
188
|
async def _mount_messages(self, *messages: tx.Widget) -> None:
|
|
162
189
|
was_at_bottom = self._is_messages_at_bottom()
|
|
163
190
|
|
|
@@ -167,8 +194,13 @@ class ChatApp(
|
|
|
167
194
|
if isinstance(msg, (AiMessage, ToolConfirmationMessage)):
|
|
168
195
|
await self._finalize_stream_ai_message()
|
|
169
196
|
|
|
197
|
+
if self._num_mounted_messages:
|
|
198
|
+
await msg_ctr.mount(MessageDivider())
|
|
199
|
+
|
|
170
200
|
await msg_ctr.mount(msg)
|
|
171
201
|
|
|
202
|
+
self._num_mounted_messages += 1
|
|
203
|
+
|
|
172
204
|
if isinstance(msg, StreamAiMessage):
|
|
173
205
|
self._stream_ai_message = check.replacing_none(self._stream_ai_message, msg)
|
|
174
206
|
await msg.write_initial_content()
|
|
@@ -180,12 +212,13 @@ class ChatApp(
|
|
|
180
212
|
if was_at_bottom:
|
|
181
213
|
self.call_after_refresh(self._anchor_messages)
|
|
182
214
|
|
|
183
|
-
|
|
215
|
+
##
|
|
216
|
+
# Chat events
|
|
184
217
|
|
|
185
|
-
|
|
218
|
+
_chat_event_queue_task: asyncio.Task[None] | None = None
|
|
186
219
|
|
|
187
|
-
@logs.async_exception_logging(alog)
|
|
188
|
-
async def
|
|
220
|
+
@logs.async_exception_logging(alog, BaseException)
|
|
221
|
+
async def _chat_event_queue_task_main(self) -> None:
|
|
189
222
|
while True:
|
|
190
223
|
ev = await self._chat_event_queue.get()
|
|
191
224
|
if ev is None:
|
|
@@ -217,16 +250,47 @@ class ChatApp(
|
|
|
217
250
|
elif isinstance(ev.delta, mc.ToolUseAiDelta):
|
|
218
251
|
pass
|
|
219
252
|
|
|
220
|
-
|
|
253
|
+
##
|
|
254
|
+
# Chat actions
|
|
221
255
|
|
|
222
256
|
@dc.dataclass(frozen=True)
|
|
223
257
|
class UserInput:
|
|
224
258
|
text: str
|
|
225
259
|
|
|
226
|
-
|
|
260
|
+
async def _execute_user_input(self, ac: UserInput) -> None:
|
|
261
|
+
try:
|
|
262
|
+
await self._chat_facade.handle_user_input(ac.text)
|
|
263
|
+
except Exception as e: # noqa
|
|
264
|
+
# raise
|
|
265
|
+
await self.display_ui_message(repr(e))
|
|
266
|
+
|
|
267
|
+
#
|
|
268
|
+
|
|
269
|
+
_cur_chat_action: asyncio.Task[None] | None = None
|
|
270
|
+
|
|
271
|
+
async def _execute_chat_action(self, fn: ta.Callable[[], ta.Any]) -> None:
|
|
272
|
+
check.state(self._cur_chat_action is None)
|
|
273
|
+
|
|
274
|
+
self._cur_chat_action = asyncio.create_task(fn())
|
|
275
|
+
|
|
276
|
+
try:
|
|
277
|
+
await self._cur_chat_action
|
|
278
|
+
|
|
279
|
+
except asyncio.CancelledError:
|
|
280
|
+
pass
|
|
227
281
|
|
|
228
|
-
|
|
229
|
-
|
|
282
|
+
except BaseException as e: # noqa
|
|
283
|
+
raise
|
|
284
|
+
|
|
285
|
+
finally:
|
|
286
|
+
self._cur_chat_action = None
|
|
287
|
+
|
|
288
|
+
#
|
|
289
|
+
|
|
290
|
+
_chat_action_queue_task: asyncio.Task[None] | None = None
|
|
291
|
+
|
|
292
|
+
@logs.async_exception_logging(alog, BaseException)
|
|
293
|
+
async def _chat_action_queue_task_main(self) -> None:
|
|
230
294
|
while True:
|
|
231
295
|
ac = await self._chat_action_queue.get()
|
|
232
296
|
if ac is None:
|
|
@@ -235,25 +299,22 @@ class ChatApp(
|
|
|
235
299
|
await alog.debug(lambda: f'Got chat action: {ac!r}')
|
|
236
300
|
|
|
237
301
|
if isinstance(ac, ChatApp.UserInput):
|
|
238
|
-
|
|
239
|
-
await self._chat_facade.handle_user_input(ac.text)
|
|
240
|
-
except Exception as e: # noqa
|
|
241
|
-
# raise
|
|
242
|
-
await self.display_ui_message(repr(e))
|
|
302
|
+
await self._execute_chat_action(lambda: self._execute_user_input(ac))
|
|
243
303
|
|
|
244
304
|
else:
|
|
245
305
|
raise TypeError(ac) # noqa
|
|
246
306
|
|
|
247
|
-
|
|
307
|
+
##
|
|
308
|
+
# Mounting
|
|
248
309
|
|
|
249
310
|
async def on_mount(self) -> None:
|
|
250
|
-
check.state(self.
|
|
251
|
-
self.
|
|
311
|
+
check.state(self._chat_event_queue_task is None)
|
|
312
|
+
self._chat_event_queue_task = asyncio.create_task(self._chat_event_queue_task_main())
|
|
252
313
|
|
|
253
314
|
await self._chat_driver.start()
|
|
254
315
|
|
|
255
|
-
check.state(self.
|
|
256
|
-
self.
|
|
316
|
+
check.state(self._chat_action_queue_task is None)
|
|
317
|
+
self._chat_action_queue_task = asyncio.create_task(self._chat_action_queue_task_main())
|
|
257
318
|
|
|
258
319
|
self._get_input_text_area().focus()
|
|
259
320
|
|
|
@@ -265,16 +326,19 @@ class ChatApp(
|
|
|
265
326
|
)
|
|
266
327
|
|
|
267
328
|
async def on_unmount(self) -> None:
|
|
268
|
-
if (
|
|
329
|
+
if (cat := self._chat_action_queue_task) is not None:
|
|
269
330
|
await self._chat_event_queue.put(None)
|
|
270
|
-
await
|
|
331
|
+
await cat
|
|
271
332
|
|
|
272
333
|
await self._chat_driver.stop()
|
|
273
334
|
|
|
274
|
-
if (cet := self.
|
|
335
|
+
if (cet := self._chat_event_queue_task) is not None:
|
|
275
336
|
await self._chat_event_queue.put(None)
|
|
276
337
|
await cet
|
|
277
338
|
|
|
339
|
+
##
|
|
340
|
+
# Input
|
|
341
|
+
|
|
278
342
|
@tx.on(InputTextArea.Submitted)
|
|
279
343
|
async def on_input_text_area_submitted(self, event: InputTextArea.Submitted) -> None:
|
|
280
344
|
self._get_input_text_area().clear()
|
|
@@ -329,7 +393,8 @@ class ChatApp(
|
|
|
329
393
|
|
|
330
394
|
self.screen.post_message(tx.Key(event.key, event.character))
|
|
331
395
|
|
|
332
|
-
|
|
396
|
+
##
|
|
397
|
+
# User interaction
|
|
333
398
|
|
|
334
399
|
async def confirm_tool_use(
|
|
335
400
|
self,
|
|
@@ -358,3 +423,7 @@ class ChatApp(
|
|
|
358
423
|
content: str,
|
|
359
424
|
) -> None:
|
|
360
425
|
await self._mount_messages(UiMessage(content))
|
|
426
|
+
|
|
427
|
+
async def action_cancel(self) -> None:
|
|
428
|
+
if (cat := self._cur_chat_action) is not None:
|
|
429
|
+
cat.cancel()
|
|
@@ -14,7 +14,17 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
/*
|
|
17
|
+
/* Divider */
|
|
18
|
+
|
|
19
|
+
.message-divider {
|
|
20
|
+
height: 1;
|
|
21
|
+
margin: 1 0 0 0;
|
|
22
|
+
|
|
23
|
+
border-top: solid $primary;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/* Base Message */
|
|
18
28
|
|
|
19
29
|
.message {
|
|
20
30
|
width: 1fr;
|
|
@@ -50,7 +60,7 @@
|
|
|
50
60
|
}
|
|
51
61
|
|
|
52
62
|
|
|
53
|
-
/* Welcome */
|
|
63
|
+
/* Welcome Message */
|
|
54
64
|
|
|
55
65
|
.welcome-message {
|
|
56
66
|
margin: 0;
|
|
@@ -67,7 +77,7 @@
|
|
|
67
77
|
}
|
|
68
78
|
|
|
69
79
|
|
|
70
|
-
/* User */
|
|
80
|
+
/* User Message */
|
|
71
81
|
|
|
72
82
|
.user-message {
|
|
73
83
|
}
|
|
@@ -82,7 +92,7 @@
|
|
|
82
92
|
}
|
|
83
93
|
|
|
84
94
|
|
|
85
|
-
/* Ai */
|
|
95
|
+
/* Ai Message */
|
|
86
96
|
|
|
87
97
|
.ai-message {
|
|
88
98
|
}
|
|
@@ -106,7 +116,7 @@
|
|
|
106
116
|
}
|
|
107
117
|
|
|
108
118
|
|
|
109
|
-
/* Tool Confirmation */
|
|
119
|
+
/* Tool Confirmation Message */
|
|
110
120
|
|
|
111
121
|
.tool-confirmation-message {
|
|
112
122
|
}
|
|
@@ -142,7 +152,7 @@
|
|
|
142
152
|
}
|
|
143
153
|
|
|
144
154
|
|
|
145
|
-
/* Ui */
|
|
155
|
+
/* Ui Message */
|
|
146
156
|
|
|
147
157
|
.ui-message {
|
|
148
158
|
}
|
|
@@ -16,6 +16,16 @@ class MessagesContainer(tx.VerticalScroll):
|
|
|
16
16
|
##
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
class MessageDivider(tx.Static):
|
|
20
|
+
def __init__(self) -> None:
|
|
21
|
+
super().__init__()
|
|
22
|
+
|
|
23
|
+
self.add_class('message-divider')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
##
|
|
27
|
+
|
|
28
|
+
|
|
19
29
|
class Message(tx.Static, lang.Abstract):
|
|
20
30
|
def __init__(self, *args: ta.Any, **kwargs: ta.Any) -> None:
|
|
21
31
|
super().__init__(*args, **kwargs)
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/chat.py
RENAMED
|
@@ -7,6 +7,7 @@ from omlish.formats import json
|
|
|
7
7
|
from omlish.http import all as http
|
|
8
8
|
|
|
9
9
|
from .....backends.cerebras import protocol as pt
|
|
10
|
+
from .....backends.cerebras.clients import REQUIRED_HTTP_HEADERS
|
|
10
11
|
from ....chat.choices.services import ChatChoicesRequest
|
|
11
12
|
from ....chat.choices.services import ChatChoicesResponse
|
|
12
13
|
from ....chat.choices.services import static_check_is_chat_choices_service
|
|
@@ -70,6 +71,7 @@ class CerebrasChatChoicesService:
|
|
|
70
71
|
headers={
|
|
71
72
|
http.consts.HEADER_CONTENT_TYPE: http.consts.CONTENT_TYPE_JSON,
|
|
72
73
|
http.consts.HEADER_AUTH: http.consts.format_bearer_auth_header(check.not_none(self._api_key).reveal()),
|
|
74
|
+
**REQUIRED_HTTP_HEADERS,
|
|
73
75
|
},
|
|
74
76
|
data=json.dumps(raw_request).encode('utf-8'),
|
|
75
77
|
client=self._http_client,
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/minichain/backends/impls/cerebras/stream.py
RENAMED
|
@@ -8,6 +8,7 @@ from omlish.http import all as http
|
|
|
8
8
|
from omlish.http import sse
|
|
9
9
|
|
|
10
10
|
from .....backends.cerebras import protocol as pt
|
|
11
|
+
from .....backends.cerebras.clients import REQUIRED_HTTP_HEADERS
|
|
11
12
|
from ....chat.choices.stream.services import ChatChoicesStreamRequest
|
|
12
13
|
from ....chat.choices.stream.services import ChatChoicesStreamResponse
|
|
13
14
|
from ....chat.choices.stream.services import static_check_is_chat_choices_stream_service
|
|
@@ -98,6 +99,7 @@ class CerebrasChatChoicesStreamService:
|
|
|
98
99
|
headers={
|
|
99
100
|
http.consts.HEADER_CONTENT_TYPE: http.consts.CONTENT_TYPE_JSON,
|
|
100
101
|
http.consts.HEADER_AUTH: http.consts.format_bearer_auth_header(check.not_none(self._api_key).reveal()),
|
|
102
|
+
**REQUIRED_HTTP_HEADERS,
|
|
101
103
|
},
|
|
102
104
|
data=json.dumps(raw_request).encode('utf-8'),
|
|
103
105
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev512
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,12 +14,13 @@ 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.dev512
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: omdev==0.0.0.
|
|
19
|
+
Requires-Dist: omdev==0.0.0.dev512; extra == "all"
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "all"
|
|
22
22
|
Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "all"
|
|
23
|
+
Requires-Dist: sentencepiece~=0.2; extra == "all"
|
|
23
24
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
25
|
Requires-Dist: tinygrad~=0.12; extra == "all"
|
|
25
26
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
@@ -38,11 +39,12 @@ Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
|
38
39
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
39
40
|
Requires-Dist: lxml>=5.3; python_version < "3.13" and extra == "all"
|
|
40
41
|
Provides-Extra: omdev
|
|
41
|
-
Requires-Dist: omdev==0.0.0.
|
|
42
|
+
Requires-Dist: omdev==0.0.0.dev512; extra == "omdev"
|
|
42
43
|
Provides-Extra: backends
|
|
43
44
|
Requires-Dist: llama-cpp-python~=0.3; extra == "backends"
|
|
44
45
|
Requires-Dist: mlx~=0.30; sys_platform == "darwin" and extra == "backends"
|
|
45
46
|
Requires-Dist: mlx-lm~=0.29; sys_platform == "darwin" and extra == "backends"
|
|
47
|
+
Requires-Dist: sentencepiece~=0.2; extra == "backends"
|
|
46
48
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
47
49
|
Requires-Dist: tinygrad~=0.12; extra == "backends"
|
|
48
50
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
@@ -30,6 +30,7 @@ ommlds/backends/anthropic/protocol/sse/events.py
|
|
|
30
30
|
ommlds/backends/cerebras/__init__.py
|
|
31
31
|
ommlds/backends/cerebras/_dataclasses.py
|
|
32
32
|
ommlds/backends/cerebras/_marshal.py
|
|
33
|
+
ommlds/backends/cerebras/clients.py
|
|
33
34
|
ommlds/backends/cerebras/protocol.py
|
|
34
35
|
ommlds/backends/google/__init__.py
|
|
35
36
|
ommlds/backends/google/protocol/__init__.py
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
omlish==0.0.0.
|
|
1
|
+
omlish==0.0.0.dev512
|
|
2
2
|
|
|
3
3
|
[all]
|
|
4
|
-
omdev==0.0.0.
|
|
4
|
+
omdev==0.0.0.dev512
|
|
5
5
|
llama-cpp-python~=0.3
|
|
6
|
+
sentencepiece~=0.2
|
|
6
7
|
tiktoken~=0.12
|
|
7
8
|
tinygrad~=0.12
|
|
8
9
|
tokenizers~=0.22
|
|
@@ -29,6 +30,7 @@ mlx-lm~=0.29
|
|
|
29
30
|
|
|
30
31
|
[backends]
|
|
31
32
|
llama-cpp-python~=0.3
|
|
33
|
+
sentencepiece~=0.2
|
|
32
34
|
tiktoken~=0.12
|
|
33
35
|
tinygrad~=0.12
|
|
34
36
|
tokenizers~=0.22
|
|
@@ -55,7 +57,7 @@ pytesseract~=0.3
|
|
|
55
57
|
rapidocr-onnxruntime~=1.4
|
|
56
58
|
|
|
57
59
|
[omdev]
|
|
58
|
-
omdev==0.0.0.
|
|
60
|
+
omdev==0.0.0.dev512
|
|
59
61
|
|
|
60
62
|
[pillow]
|
|
61
63
|
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.dev512'
|
|
17
17
|
classifiers = [
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
19
19
|
'Intended Audience :: Developers',
|
|
@@ -24,15 +24,16 @@ classifiers = [
|
|
|
24
24
|
]
|
|
25
25
|
description = 'ommlds'
|
|
26
26
|
dependencies = [
|
|
27
|
-
'omlish == 0.0.0.
|
|
27
|
+
'omlish == 0.0.0.dev512',
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[project.optional-dependencies]
|
|
31
31
|
all = [
|
|
32
|
-
'omdev == 0.0.0.
|
|
32
|
+
'omdev == 0.0.0.dev512',
|
|
33
33
|
'llama-cpp-python ~= 0.3',
|
|
34
34
|
'mlx ~= 0.30; sys_platform == "darwin"',
|
|
35
35
|
'mlx-lm ~= 0.29; sys_platform == "darwin"',
|
|
36
|
+
'sentencepiece ~= 0.2',
|
|
36
37
|
'tiktoken ~= 0.12',
|
|
37
38
|
'tinygrad ~= 0.12',
|
|
38
39
|
'tokenizers ~= 0.22',
|
|
@@ -52,12 +53,13 @@ all = [
|
|
|
52
53
|
'lxml >= 5.3; python_version < "3.13"',
|
|
53
54
|
]
|
|
54
55
|
omdev = [
|
|
55
|
-
'omdev == 0.0.0.
|
|
56
|
+
'omdev == 0.0.0.dev512',
|
|
56
57
|
]
|
|
57
58
|
backends = [
|
|
58
59
|
'llama-cpp-python ~= 0.3',
|
|
59
60
|
'mlx ~= 0.30; sys_platform == "darwin"',
|
|
60
61
|
'mlx-lm ~= 0.29; sys_platform == "darwin"',
|
|
62
|
+
'sentencepiece ~= 0.2',
|
|
61
63
|
'tiktoken ~= 0.12',
|
|
62
64
|
'tinygrad ~= 0.12',
|
|
63
65
|
'tokenizers ~= 0.22',
|
|
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
|
|
File without changes
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/_dataclasses.py
RENAMED
|
File without changes
|
|
File without changes
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/__init__.py
RENAMED
|
File without changes
|
{ommlds-0.0.0.dev510 → ommlds-0.0.0.dev512}/ommlds/backends/anthropic/protocol/sse/_marshal.py
RENAMED
|
File without changes
|