You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launch the local WebUI memory explorer in the browser. Requires pip install 'palaia[ui]'.
Flag
Default
Description
--port
8384
Port to bind (auto-fallback if busy, tries +10)
--no-browser
off
Don't auto-open the browser
Binds to 127.0.0.1 only (no auth). Features: browse/search/create/edit/delete entries, manual/auto-capture highlighting, task post-it sidebar, doctor health banner.
palaia prune
Selective cleanup of auto-captured entries.
Flag
Description
--agent NAME
Remove entries by specific agent
--tags TAG,...
Remove entries with matching tags
--protect-type TYPE
Never delete entries of this type
--dry-run
Preview what would be removed
palaia detect
Show available embedding providers, embed-server status, and sqlite-vec availability.
palaia warmup
Pre-compute embeddings for all entries. Run after provider changes.
Project Management
palaia project create
Arg/Flag
Description
name
Project name
--description
Project description
--default-scope
Default scope for entries
--owner
Project owner
palaia project list
Flag
Description
--owner
Filter by owner
palaia project show <name>
palaia project write
Arg/Flag
Description
name
Project name
text
Memory content
--scope, --agent, --tags, --title
Same as palaia write
palaia project query
Arg/Flag
Description
name
Project name
query
Search text
--limit
Max results (default: 10)
palaia project set-scope <name> <scope>
palaia project set-owner <name> [owner]
Flag
Description
--clear
Remove owner
palaia project delete <name>
Messaging
palaia memo send
Arg/Flag
Default
Description
to
(required)
Recipient agent
message
(required)
Message body
--priority
normal
normal or high
--ttl-hours
72
TTL in hours
--agent
—
Sender agent
palaia memo broadcast
Arg/Flag
Default
Description
message
(required)
Message body
--priority
normal
normal or high
--ttl-hours
72
TTL in hours
--agent
—
Sender agent
palaia memo inbox
Flag
Description
--all
Include read memos
--agent
Agent name
palaia memo ack
Arg/Flag
Description
memo_id
Memo ID (or --all)
--all
Acknowledge all unread
--agent
Agent name
palaia memo gc
Clean up expired memos.
Injection Priorities
palaia priorities
Simulate injection for a query.
Arg/Flag
Default
Description
query
—
Query to simulate
--agent
—
Agent name
--project
—
Project name
--limit
10
Max entries
--all
—
Include cold tier
palaia priorities block <entry_id>
Flag
Description
--agent
Block only for this agent
--project
Block only for this project
palaia priorities unblock <entry_id>
Same flags as block.
palaia priorities set <key> <value>
Flag
Description
--agent
Set for this agent only
--project
Set for this project only
Keys: recallMinScore, maxInjectedChars, tier, typeWeight.process, etc.
palaia priorities list-blocked
Flag
Description
--agent
Agent scope
--project
Project scope
palaia priorities reset
Flag
Description
--agent
Reset this agent's overrides
--project
Reset this project's overrides
Knowledge Management
palaia gc
Flag
Description
--dry-run
Preview without changes
--budget
Enforce max_entries_per_tier and max_total_chars limits