Caveats & Testing Guidance
Known Gaps / Caveats
- README mentions
afs graph mineandafs graph neighbors— these are not in the live CLI.- Use
afs memory mineandafs graph neighborhoodinstead.
- Use
docs/cli-reference.mdlistsafs graph export— not implemented in CLI.afs graph pruneis reporting-only (no deletion).afs attachment getrequires--agent-idor it fails.
Quick Testing Steps
- Initialize
afs init - Create and query
afs memory create --agent-id test --content "hello" --type observation afs query search --agent-id test --query "hello" - Graph
afs memory mine --agent-id test afs graph neighborhood --agent-id test --memory-id <id> - Session
afs session create --agent-id test afs session context --session-id <id>