Brandon/cre 509 hitl multiple rounds of followup (#1702)

* v1 of HITL working

* Drop print statements

* HITL code more robust. Still needs to be refactored.

* refactor and more clear messages

* Fix type issue

* fix tests

* Fix test again

* Drop extra print
This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-05 10:14:04 -05:00
committed by GitHub
parent 06d02c0f62
commit 03abf53ba9
6 changed files with 403 additions and 89 deletions

View File

@@ -2,3 +2,4 @@ TRAINING_DATA_FILE = "training_data.pkl"
TRAINED_AGENTS_DATA_FILE = "trained_agents_data.pkl"
DEFAULT_SCORE_THRESHOLD = 0.35
KNOWLEDGE_DIRECTORY = "knowledge"
MAX_LLM_RETRY = 3