New tool: "tracer" helps with static analysis / call-flow generation. Does NOT use external models. Used as a quick prompt generator to aid in call-flow / dependency-chart generation. Can be used as an input into another tool / model for extended analysis and deeper thought.
Faster docker restarts
This commit is contained in:
@@ -10,7 +10,6 @@ from .precommit_prompt import PRECOMMIT_PROMPT
|
||||
from .refactor_prompt import REFACTOR_PROMPT
|
||||
from .testgen_prompt import TESTGEN_PROMPT
|
||||
from .thinkdeep_prompt import THINKDEEP_PROMPT
|
||||
from .tracer_prompt import TRACER_PROMPT
|
||||
|
||||
__all__ = [
|
||||
"THINKDEEP_PROMPT",
|
||||
@@ -21,5 +20,4 @@ __all__ = [
|
||||
"PRECOMMIT_PROMPT",
|
||||
"REFACTOR_PROMPT",
|
||||
"TESTGEN_PROMPT",
|
||||
"TRACER_PROMPT",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user