bug: default agent has no session context
Open
bug
- Dominant language
- TypeScript
- Stars
- 283
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 183
Description
### Problem
if i create an agent with no memory, each invoke is a fresh session. For a new customer this may be confusing to know they actually need a memory for a basic agent.
To reproduce, create an agent without memory, run `agentcore invoke` or `agentcored dev` and observe the behavior.
Contributor guide
Research direction
Reproduce the issue with an agent without memory by running `agentcore invoke` and `agentcored dev`, then trace the TypeScript entry points for session handling. The issue does not specify the intended behavior or a test location, so confirm whether a default session context should persist before defining the regression test and completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100