Adds two forms of autonomy:
- Ambient mode - background thread keeps working during idle time
- Scheduler - cron-style recurring jobs
pip install -r requirements.txt
export BEDROCK_AGENTCORE_MEMORY_ID=<your memory id>
python agent.pyAsk a deep question, then wait 20 seconds. Watch 🌙 messages stream in.
python scheduler.py # fires every 5 min, writes journal.mdOverride interval:
AIM308_SCHEDULE_MIN=1 python scheduler.pyNext → step-05-deploy.