Skip to content

add agent history#188

Merged
ArnavAgrawal03 merged 1 commit into
mainfrom
agent-chat-main
Jun 5, 2025
Merged

add agent history#188
ArnavAgrawal03 merged 1 commit into
mainfrom
agent-chat-main

Conversation

@ArnavAgrawal03

Copy link
Copy Markdown
Collaborator

No description provided.

@jazzberry-ai

jazzberry-ai Bot commented Jun 5, 2025

Copy link
Copy Markdown

Bug Report

Name Severity Example test case Description
System Prompt Inconsistency High 1. Set agent system prompt. 2. Send query. 3. Send follow-up query. 4. Observe system prompt is missing in follow-up. The system prompt is not consistently applied before the conversation history in each request, causing the agent to lose context and potentially deviate from its intended behavior.
Incomplete History Critical 1. Send initial query. 2. Send follow-up query asking about the previous query. 3. Observe agent fails to recall previous query. The conversation_history[:-1] slice in core/agent.py excludes the last message (current user query), causing the agent to lose context and unable to recall the history of the chat.

Comments? Email us.

@ArnavAgrawal03 ArnavAgrawal03 merged commit 046e94a into main Jun 5, 2025
2 checks passed
@ArnavAgrawal03 ArnavAgrawal03 deleted the agent-chat-main branch June 5, 2025 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant