Backend for an LLM-based incident response planner
Project description
CCS Response Planner Backend
Python backend for the CCS Incident Response Planner. Provides a Flask REST API and LLM-based planner logic.
Development (Native)
pip install -e ".[test]"
pytest --cov=ccs_response_planner_backend
flake8 src tests
mypy src
Development (Docker)
From the project root:
docker compose up --build
docker compose exec app bash -c "cd ccs-response-planner-backend && pytest --cov=ccs_response_planner_backend"
docker compose exec app bash -c "cd ccs-response-planner-backend && flake8 src tests"
docker compose exec app bash -c "cd ccs-response-planner-backend && mypy src"
Author & Maintainer
Kim Hammar kimham@kth.se
Copyright and license
Creative Commons
(C) 2026, Kim Hammar, Tansu Alpcan, Emil Lupu
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 ccs_response_planner_backend-0.0.2.tar.gz.
File metadata
- Download URL: ccs_response_planner_backend-0.0.2.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb0d98aa5fb1ca81a1459094db3606698282d546f9371c35f49a827ccc2fd70e
|
|
| MD5 |
35db208f81ef13c25448711cc41c75ef
|
|
| BLAKE2b-256 |
fc97d50f786dafeeea9887d7ade19cc298822716fdee6079d20a48b1a8a2c66a
|
File details
Details for the file ccs_response_planner_backend-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ccs_response_planner_backend-0.0.2-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d823783c8b685eb1921d309d3eb10b0ed1c48700e80ad1f84053c1ef2149c66
|
|
| MD5 |
63a42bfc540f47ccd17b69feab0ac074
|
|
| BLAKE2b-256 |
6f59db03b12ab76ebb1becff1ec0561346c4f00dbd855f120ac62048707540c9
|