llm-dialog

Crates.iollm-dialog
lib.rsllm-dialog
version0.1.0
created_at2025-12-13 21:37:04.328204+00
updated_at2025-12-13 21:37:04.328204+00
descriptionClient for nio authentication and authorization.
homepage
repositoryhttps://github.com/ecociel/llm-dialog
max_upload_size
id1983449
size229,600
Jan Algermissen (algermissen)

documentation

README

icp-core-context-lib

Local Docker Build

docker build -t icp-chat -f examples/chat/Dockerfile .
docker build -t icp-chat --build-arg ARCHDIR=aarch64-linux-gnu --progress=plain -f examples/chat/Dockerfile .

Notes

so we have essentially 4 layers:

  1. runner: what every tenant, every user, every conversation shares
  2. project: what every user, every conversation within a given project shares
  3. workspace: what every conversation of a given user shares
  4. conversation: what only is related to a give conversation (with potentially many chat message iterations) and context as 'thing' relates to a single conversation and the runner ties all this together to execute a single message that is now the essence of the design - and along those dimensions the whole thing is pretty extensible
Commit count: 0

cargo fmt