Any ideas why this error is happening? Here's the log:
[BACKGROUND] Daemon manager set - cognify will route through daemon
[FlowbabyContextProvider] Initialized with concurrency=5, rate limit=30/min
=== Language Model Tools Registered ===
✅ flowbaby_storeMemory registered - Copilot agents can store memories
✅ flowbaby_retrieveMemory registered - Copilot agents can retrieve memories
ℹ️ Enable/disable tools via Configure Tools UI in GitHub Copilot Chat
[Tool Invocation] 2026-03-16T11:56:22.460Z - flowbaby_retrieveMemory called
Query: "Lorem ipsum dolor sit amet"
Max Results: 3
[FlowbabyContextProvider] Executing request req-0 (queue wait: 0ms, query: "Lorem ipsum dolor sit amet)
[FlowbabyContextProvider] Request req-0 completed (duration: 159ms, results: 0, tokens: 0)
✅ Retrieval completed in 160ms (results: 0, tokens: 0)
[Tool Invocation] 2026-03-16T11:57:47.496Z - flowbaby_storeMemory called
Topic: Lorem ipsum dolor sit amet
Context length: 1423 chars
[Agent Ingest] 2026-03-16T11:57:47.497Z - Agent: Copilot (via languageModelTool) - Topic: Lorem ipsum dolor sit amet - Status: staging...
[Agent Ingest] 2026-03-16T11:57:47.531Z - Agent: Copilot (via languageModelTool) - Topic: Lorem ipsum dolor sit amet - Status: failed
❌ Staging failed after 35ms: Bedrock probe failed: 'NoneType' object is not a mapping
I followed the setup instructions. Using the Copilot Chat and started with a Roadmap agent.
I also ran the troubleshooting and everything seems fine in the report:
# Flowbaby Environment Diagnostics
**Generated:** 2026-03-16T13:36:34.102Z
**Workspace:** /myProject
## Summary
✅ **Status:** Healthy
---
## Interpreter Selection
| Property | Value |
|----------|-------|
| Python Path | `/myProject/.flowbaby/venv/bin/python` |
| Selection Reason | From bridge-env.json metadata (recommended) |
| Metadata Exists | Yes |
| Ownership | managed |
| Requirements Hash | 1f9ceebe800ebbba6d105925aac7934440b0029ce2d4dea1a5c6eabc73021196 |
---
## Preflight Verification
| Property | Value |
|----------|-------|
| Status | ✅ Healthy |
| cognee Importable | ✅ Yes |
| cognee Version | 0.5.5 |
| Verification Duration | 2990ms |
| Result Cached | No |
---
## Technical Details
```json
{
"interpreter": {
"pythonPath": "/myProject/.flowbaby/venv/bin/python",
"reason": "metadata",
"metadataExists": true,
"ownership": "managed"
},
"preflight": {
"status": "healthy",
"cogneeImportable": true,
"cogneeVersion": "0.5.5",
"durationMs": 2990
}
}
Any ideas why this error is happening? Here's the log:
I followed the setup instructions. Using the Copilot Chat and started with a Roadmap agent.
I also ran the troubleshooting and everything seems fine in the report: