Ariel Frischer
e2cd51c66d
feat(agent_utils.py): add SystemMessage import and improve logging messages for clarity
...
fix(agent_utils.py): handle fallback responses more effectively and ensure fallback handler is optional
refactor(ciayn_agent.py): streamline prompt building and extract tool call logic into a separate method
chore(ciayn_agent.py): remove commented-out code and improve fallback response handling
chore(exceptions.py): remove unused CiaynToolExecutionError class to clean up code
chore(fallback_handler.py): simplify fallback response handling logic
chore(logging_config.py): add debug print statement for logging handler usage
chore(prompts.py): update prompts for clarity and maintainability
2025-02-13 16:14:24 -08:00
AI Christianson
0c86900ce4
Reduce tool count to make tool calling more reliable.
2025-02-08 18:26:08 -05:00
AI Christianson
13016278e5
prompt improvements
2025-02-08 16:10:24 -05:00
AI Christianson
4c0c2e2ccf
prompt improvements
2025-02-08 15:54:18 -05:00
AI Christianson
f40e11ee21
improve work logging; use reasoning_effort=high for openai expert models; improve prompts
2025-02-08 14:36:08 -05:00
AI Christianson
5fad3fc755
make cwd/current date available to more agents
2025-02-08 13:58:16 -05:00
AI Christianson
ea992960c1
prompt improvements
2025-02-08 13:36:30 -05:00
AI Christianson
dd8b9c0d30
Improve prompts.
2025-01-31 17:45:47 -05:00
AI Christianson
0c39166172
Increase recusion limit; Handle 429 better; Improve prompts.
2025-01-09 15:52:51 -05:00
AI Christianson
8d0bacdcda
Prompt improvements.
2025-01-09 15:18:33 -05:00
AI Christianson
d01d2a4865
Integrate project info into chat prompt.
2025-01-09 15:01:39 -05:00
AI Christianson
b631a4bf57
Get project info programmatically to save tokens.
2025-01-09 14:43:42 -05:00
AI Christianson
4b24dbe960
Improve work log handling.
2025-01-09 13:42:26 -05:00
AI Christianson
9d4c74e05c
Improve prompts.
2024-12-28 19:28:49 -05:00
AI Christianson
99d0b1f440
Improve prompts.
2024-12-28 19:12:00 -05:00
AI Christianson
ace34633de
Adjustments to get smaller agent models working better.
2024-12-28 18:19:42 -05:00
AI Christianson
35db6b633f
Adjustments to get smaller agent models working better.
2024-12-28 17:41:06 -05:00
AI Christianson
684b076dbf
Adjustments to get smaller agent models working better.
2024-12-28 17:31:41 -05:00
AI Christianson
19e203be7e
Use create_react_agent for claude.
2024-12-28 17:19:12 -05:00
AI Christianson
10b58bb2db
Simplify planning stage by executing tasks directly. Make research notes available to more agents/tools.
2024-12-27 17:03:47 -05:00
AI Christianson
f2ce6a7ab0
Improve prompts and fix web research prompt integration.
2024-12-27 15:26:54 -05:00
user
c0fa79fe77
Improve web research prompts.
2024-12-24 06:54:56 -05:00
user
f5482dce2a
Added web research tool config.
2024-12-23 17:08:07 -05:00
user
d08dbe0372
Added web research agent prompt
2024-12-23 16:26:33 -05:00
user
f9fd6a4cde
Add web research prompt section.
2024-12-23 16:21:28 -05:00
user
35a1fb716f
Improved prompts.
2024-12-23 13:37:25 -05:00
user
e5035569fa
Include work log in task agent context.
2024-12-23 13:06:37 -05:00
user
88c844e49f
Optimize first prompt in chat mode to avoid unnecessary LLM call.
2024-12-23 10:38:49 -05:00
user
25253dcbfa
Improve prompts.
2024-12-23 10:12:27 -05:00
user
7fab72a96c
Improve prompts.
2024-12-23 09:40:44 -05:00
user
29448b006b
Improve prompts.
2024-12-23 09:39:29 -05:00
user
cd307cf8fa
Improve prompts.
2024-12-22 17:03:19 -05:00
user
b7cf27be9e
Improve prompts.
2024-12-22 16:00:15 -05:00
user
5ddceabae1
Rename delete_related_files to deregister_related_files.
2024-12-22 15:17:39 -05:00
user
678722f37f
Allow agents to deregister related files
2024-12-22 15:09:10 -05:00
user
79360f761c
Introduce dedicated RESEARCH_ONLY_PROMPT.
2024-12-22 15:00:39 -05:00
user
f80545d693
Allow graceful interruption of agents.
2024-12-22 14:00:17 -05:00
user
6d51a9e1ef
Prompt improvements.
2024-12-22 12:14:28 -05:00
user
6a0dd0a950
Prompt improvements.
2024-12-22 11:21:41 -05:00
user
7cf1884b34
Expert prompt tweaks.
2024-12-22 11:12:13 -05:00
user
59af95acf7
Enforce research recursion limit.
2024-12-22 09:54:05 -05:00
user
c41fac82b7
Include known context in research prompt.
2024-12-21 20:20:00 -05:00
user
f0f7487485
Handle completion messages.
2024-12-21 15:31:04 -05:00
user
5344aa9e14
Allow chat mode to do implementation.
2024-12-21 14:42:18 -05:00
user
d44d309028
Allow planning agent to direct implementation of tasks.
2024-12-21 13:40:17 -05:00
AI Christianson
5b4aa746bf
Support multiline chat input.
2024-12-20 16:07:03 -05:00
AI Christianson
e8a619fcb1
Add initial chat mode prompts.
2024-12-20 15:24:39 -05:00
AI Christianson
dad913b7fe
- Added ask_human tool to allow human operator to answer questions asked by the agent.
2024-12-19 13:34:43 -05:00
AI Christianson
2c6a8cd000
Fix prompt template consistency.
2024-12-19 13:12:05 -05:00
AI Christianson
565dee74cf
Adjust prompts based on tool availability/flags.
2024-12-19 12:37:18 -05:00