Merged in feature/chatbot1 (pull request #223)

Chatbot functionality

* baseline working

* missing test file

* more tests
This commit is contained in:
Jay Brown
2026-05-07 20:56:18 +00:00
parent 17fc813823
commit 72de690894
62 changed files with 19150 additions and 445 deletions
+2
View File
@@ -340,6 +340,8 @@ PERMIT_IO_PDP_URL=http://localhost:7766
```
## Testing
Note about port use for testing:
- When running the full stack (like `task compose:refresh` ) the following ports will be in use locally ` Total: 15 host ports: 2345, 4566, 5432, 7766, 8080, 8081, 8082, 8083, 8084, 8085, 8087, 8088, 8089, 8090, 9091.`
For testing endtoends such as queries against a database, or interactions with an SQS queue, this repository employs the use of docker testcontainers.