Skip to content

docs(agentverse-memory): point skill at canonical 'mem' CLI + /mcp onboarding fix#34

Merged
web3guru888 merged 1 commit into
mainfrom
docs/canonical-mem-cli
Jun 10, 2026
Merged

docs(agentverse-memory): point skill at canonical 'mem' CLI + /mcp onboarding fix#34
web3guru888 merged 1 commit into
mainfrom
docs/canonical-mem-cli

Conversation

@web3guru888

Copy link
Copy Markdown
Collaborator

Supports umbrella fetchai/agentverse-memory#94 (external-adopter silent-failure DX chain).

The bash mem CLI + mem-env.sh previously had no canonical home (adopters inlined their own, which carried the ${N:-{}} brace bug and a MEM_URL missing /mcp). They now live canonically in fetchai/agentverse-memory/cli/ with a mem doctor self-test and CI regression tests.

This PR makes the skill pull from that canonical source instead of inlining, so the onboarding fixes can't regress:

  • New section 8b: install mem + mem-env.sh from raw.githubusercontent, set AM_BASE_URL (MEM_URL is derived as $AM_BASE_URL/mcp), and run mem doctor first.
  • Prominent onboarding warning: JSON-RPC must POST to /mcp, not the base URL.
  • allowed-tools: add Bash(mem *); bump last-updated.

No change to the Python client (memory_client.py already appends /mcp correctly).

…tcha

The bash 'mem' CLI now lives canonically in fetchai/agentverse-memory under
cli/ (with a 'mem doctor' self-test and CI regression tests). Reference it from
here instead of inlining, so onboarding fixes (#88/#90/#91/#93) can't regress.

- Add section 8b: install the canonical mem + mem-env.sh from raw.githubusercontent,
  set AM_BASE_URL (MEM_URL derived as $AM_BASE_URL/mcp), run 'mem doctor' first.
- Add a prominent onboarding warning: JSON-RPC must POST to /mcp, not the base URL.
- allowed-tools: add Bash(mem *); bump last-updated to 2026-06-10.
@web3guru888 web3guru888 merged commit 16fab53 into main Jun 10, 2026
3 checks passed
@web3guru888 web3guru888 deleted the docs/canonical-mem-cli branch June 10, 2026 10:38
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