DHTI Elixir Base
Project description
DHTI ELIXIR BASE
Base library for creating new DHTI Elixirs.
What is DHTI? DHTI (Digital Health Tooling Interface) provides building blocks for interoperable, healthcare-focused AI tooling. This repository is the minimal foundation you extend to build your own "Elixir"—a reusable, testable component (chain/agent/server) that plugs into the wider DHTI ecosystem.
Status: WIP, but stable enough to scaffold new Elixirs and iterate quickly.
Overview
This package exposes lightweight, composable base classes:
BaseChain– a LangChain-compatible chain scaffold with sensible defaults.BaseAgent– an agent scaffold that can bind tools and work with LangGraph.BaseGraph,BaseLLM,BaseServer,BaseSpace, andBaseDhtiModel– helpers to organize more complex Elixirs.
Use these to rapidly create a new Elixir with a consistent structure, tests, and docs.
Project layout
src/dhti_elixir_base/– base classes and minimal utilities.tests/– example tests to keep your Elixir robust.examples/– quick patterns for chains/graphs.docs/– MkDocs configuration for documentation.
Learn more
- DHTI home: https://github.com/dermatologist/dhti
- This template docs: https://dermatologist.github.io/dhti-elixir-base/
Give us a star ⭐️
If you find this project useful, give us a star. It helps others discover the project.
Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dhti_elixir_base-0.2.0.tar.gz.
File metadata
- Download URL: dhti_elixir_base-0.2.0.tar.gz
- Upload date:
- Size: 215.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c12d6fb181f00259b8d81ca2c20e80388ad8092a647b67f9f72ea8bfe8b0af94
|
|
| MD5 |
edda1aedac20bd1a161b8541343ce9bb
|
|
| BLAKE2b-256 |
873357ffba6976411c2d9d14e50ff726a04e71194bb81d6860590b241087f60d
|
File details
Details for the file dhti_elixir_base-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dhti_elixir_base-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e3af25ec1824559bbd858f71e6fcdde3cd3b4947569cdc55397d2d7ce7f8eef
|
|
| MD5 |
1ec6a6a4c32af941d0fb098a8064403b
|
|
| BLAKE2b-256 |
b43341b743977bc6504db8d26662ba6d6a107388e5b5bdb166d06a4923bb016a
|