Metadata-Version: 2.4
Name: dacli-core
Version: 0.4.1
Summary: Headless governed extension host for dacli — runs with no TUI installed
Author-email: Mouad Jaouhari <github@mj-dev.net>
Project-URL: Homepage, https://github.com/mouadja02/dacli
Keywords: agent,governance,extension host,data engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dacli-ai==0.4.1
Requires-Dist: pydantic<3,>=2.5
Requires-Dist: pyyaml<7,>=6
Requires-Dist: python-dotenv<2,>=1
Requires-Dist: httpx<1,>=0.27
Requires-Dist: cryptography<49,>=42
Requires-Dist: tiktoken<1,>=0.7
Requires-Dist: rich<16,>=13
Provides-Extra: pty
Requires-Dist: pywinpty<3,>=2; sys_platform == "win32" and extra == "pty"
Requires-Dist: ptyprocess<1,>=0.7; sys_platform != "win32" and extra == "pty"
Provides-Extra: keyring
Requires-Dist: keyring<26,>=24; extra == "keyring"

# dacli-core

The governed extension host: agent loop, extension registry, governance gate,
secrets, post-condition verify, context economy, dispatcher, and the `~/.dacli/`
resolver. Runs headless (`--mode json`) with no TUI installed.

Part of [dacli](https://github.com/mouadja02/dacli). Depends on `dacli-ai`.
