palaia

Category: Tools & Productivity | Uploader: byte5aibyte5ai | Downloads: 2 | Version: v1.0(Latest)

Local, crash-safe persistent memory for OpenClaw agents. SQLite-backed by default. Semantic search, projects, scopes, auto-capture. After installing or updating, run: palaia doctor --fix to complete setup.

Changelog: Source: GitHub https://github.com/byte5ai/palaia

Directory Structure

Current level: tree/main/

  • 📁 .github/
    • 📁 ISSUE_TEMPLATE/
      • 📄 bug_report.yml 1.4 KB
      • 📄 feature_request.yml 837 B
    • 📁 workflows/
      • 📄 ci.yml 1.2 KB
      • 📄 publish.yml 1.3 KB
    • 📄 pull_request_template.md 314 B
  • 📁 .hooks/
    • 📄 pre-push 657 B
  • 📁 docs/
    • 📁 adr/
      • 📄 001-semantic-search-tiered.md 1.4 KB
      • 📄 002-scope-tags-knowledge-transfer.md 1.7 KB
      • 📄 003-wal-protocol.md 1.3 KB
      • 📄 004-hot-warm-cold-tiering.md 1.6 KB
      • 📄 005-git-as-knowledge-exchange.md 2.2 KB
      • 📄 006-memory-entry-format.md 1.4 KB
      • 📄 007-concurrent-write-locking.md 1.0 KB
      • 📄 008-projects.md 2.7 KB
      • 📄 009-rag-ingestion.md 2.6 KB
    • 📄 backends.md 3.6 KB
    • 📄 claude-code.md 5.0 KB
    • 📄 cli-reference.md 14.7 KB
    • 📄 configuration.md 3.6 KB
    • 📄 embed-server.md 3.8 KB
    • 📄 getting-started.md 2.9 KB
    • 📄 mcp.md 5.0 KB
    • 📄 migration-guide.md 3.5 KB
    • 📄 multi-agent.md 4.8 KB
  • 📁 packages/
    • 📁 openclaw-plugin/
      • 📁 skill/
        • 📄 SKILL.md 31.1 KB
      • 📁 src/
        • 📁 hooks/
          • 📄 capture.ts 29.1 KB
          • 📄 index.ts 34.9 KB
          • 📄 reactions.ts 5.4 KB
          • 📄 recall.ts 15.4 KB
          • 📄 session.ts 15.9 KB
          • 📄 state.ts 14.3 KB
        • 📄 config.ts 4.8 KB
        • 📄 context-engine.ts 19.8 KB
        • 📄 priorities.ts 7.2 KB
        • 📄 runner.ts 14.3 KB
        • 📄 tools.ts 11.3 KB
        • 📄 types.ts 13.4 KB
      • 📁 tests/
        • 📄 context-engine.test.ts 5.3 KB
        • 📄 embed-server.test.ts 6.5 KB
        • 📄 hooks.test.ts 53.4 KB
        • 📄 priorities.test.ts 6.5 KB
        • 📄 runner.test.ts 3.8 KB
        • 📄 session.test.ts 4.0 KB
        • 📄 tools.test.ts 9.1 KB
      • 📄 .gitignore 14 B
      • 📄 index.ts 3.5 KB
      • 📄 openclaw.plugin.json 4.5 KB
      • 📄 package-lock.json 274.6 KB
      • 📄 package.json 763 B
      • 📄 README.md 2.9 KB
      • 📄 tsconfig.json 421 B
      • 📄 vitest.config.ts 152 B
  • 📁 palaia/
    • 📁 backends/
      • 📄 __init__.py 2.1 KB
      • 📄 migrate.py 10.8 KB
      • 📄 postgres.py 16.1 KB
      • 📄 protocol.py 4.4 KB
      • 📄 sqlite.py 18.1 KB
    • 📁 doctor/
      • 📄 __init__.py 3.9 KB
      • 📄 checks.py 65.8 KB
      • 📄 fixes.py 16.0 KB
      • 📄 report.py 2.0 KB
    • 📁 mcp/
      • 📄 __init__.py 2.3 KB
      • 📄 server.py 10.9 KB
    • 📁 services/
      • 📄 __init__.py 66 B
      • 📄 admin.py 34.1 KB
      • 📄 curate.py 2.0 KB
      • 📄 ingest.py 1.7 KB
      • 📄 memo.py 1.9 KB
      • 📄 misc.py 4.0 KB
      • 📄 package.py 2.0 KB
      • 📄 priorities.py 6.2 KB
      • 📄 process.py 2.3 KB
      • 📄 project.py 4.3 KB
      • 📄 query.py 9.6 KB
      • 📄 status.py 6.8 KB
      • 📄 write.py 10.9 KB
    • 📁 web/
      • 📁 routes/
        • 📄 __init__.py 24 B
        • 📄 entries.py 10.5 KB
        • 📄 search.py 4.0 KB
        • 📄 status.py 3.7 KB
      • 📁 static/
        • 📄 app.js 22.4 KB
        • 📄 index.html 7.8 KB
        • 📄 style.css 16.0 KB
      • 📄 __init__.py 56 B
      • 📄 app.py 1.5 KB
    • 📄 __init__.py 150 B
    • 📄 __main__.py 141 B
    • 📄 bm25.py 2.8 KB
    • 📄 cli.py 50.6 KB
    • 📄 cli_args.py 30.9 KB
    • 📄 cli_commands.py 34.8 KB
    • 📄 cli_helpers.py 4.8 KB
    • 📄 cli_nudge.py 6.7 KB
    • 📄 config.py 9.2 KB
    • 📄 curate.py 26.0 KB
    • 📄 decay.py 1.6 KB
    • 📄 embed_client.py 7.6 KB
    • 📄 embed_server.py 22.1 KB
    • 📄 embeddings.py 33.3 KB
    • 📄 entry.py 6.3 KB
    • 📄 enums.py 777 B
    • 📄 frontmatter.py 3.2 KB
    • 📄 index.py 5.4 KB
    • 📄 ingest.py 16.6 KB
    • 📄 lock.py 9.1 KB
    • 📄 locking.py 311 B
    • 📄 memo.py 8.2 KB
    • 📄 metadata_index.py 8.7 KB
    • 📄 migrate.py 16.4 KB
    • 📄 nudge.py 10.7 KB
    • 📄 packages.py 7.5 KB
    • 📄 priorities.py 8.6 KB
    • 📄 process_runner.py 5.9 KB
    • 📄 project.py 8.0 KB
    • 📄 project_lock.py 6.1 KB
    • 📄 scope.py 3.5 KB
    • 📄 search.py 13.8 KB
    • 📄 significance.py 4.5 KB
    • 📄 SKILL.md 31.1 KB
    • 📄 store.py 33.0 KB
    • 📄 sync.py 9.0 KB
    • 📄 ui.py 11.9 KB
    • 📄 wal.py 6.1 KB
  • 📁 script/
    • 📄 setup 401 B
  • 📁 skills/
    • 📁 palaia/
      • 📄 SKILL.md 31.1 KB
  • 📁 tests/
    • 📄 __init__.py 0 B
    • 📄 conftest.py 557 B
    • 📄 test_agent_aliases.py 16.7 KB
    • 📄 test_agent_flag.py 5.8 KB
    • 📄 test_audit_fixes.py 7.4 KB
    • 📄 test_auto_title.py 4.1 KB
    • 📄 test_backend_migrate.py 6.2 KB
    • 📄 test_backend_postgres.py 13.8 KB
    • 📄 test_backend_sqlite.py 9.2 KB
    • 📄 test_backup_restore.py 5.0 KB
    • 📄 test_bm25.py 2.7 KB
    • 📄 test_bounded_gc.py 5.9 KB
    • 📄 test_capture_level.py 4.7 KB
    • 📄 test_chain_cli.py 3.2 KB
    • 📄 test_concurrent_writes.py 6.7 KB
    • 📄 test_config.py 3.8 KB
    • 📄 test_config_detection.py 8.2 KB
    • 📄 test_cross_platform_lock.py 3.0 KB
    • 📄 test_cross_project.py 4.1 KB
    • 📄 test_curate.py 28.8 KB
    • 📄 test_decay.py 908 B
    • 📄 test_detect.py 2.9 KB
    • 📄 test_doctor.py 19.6 KB
    • 📄 test_doctor_fix_chain.py 14.9 KB
    • 📄 test_doctor_memos.py 3.5 KB
    • 📄 test_doctor_staleness.py 4.5 KB
    • 📄 test_doctor_version.py 3.6 KB
    • 📄 test_embed_server.py 12.3 KB
    • 📄 test_embed_server_socket.py 17.9 KB
    • 📄 test_embeddings.py 15.1 KB
    • 📄 test_entry_classes.py 17.4 KB
    • 📄 test_frontmatter.py 3.1 KB
    • 📄 test_gemini_embeddings.py 7.3 KB
    • 📄 test_hit_decay.py 2.5 KB
    • 📄 test_incremental_indexing.py 4.8 KB
    • 📄 test_index.py 2.7 KB
    • 📄 test_ingest.py 13.3 KB
    • 📄 test_init_gatekeeper.py 16.8 KB
    • 📄 test_init_no_agent.py 18.8 KB
    • 📄 test_isolation_nudges.py 6.5 KB
    • 📄 test_list_filters.py 7.3 KB
    • 📄 test_locking.py 10.0 KB
    • 📄 test_mcp_server.py 8.5 KB
    • 📄 test_memo.py 10.3 KB
    • 📄 test_metadata_index.py 6.3 KB
    • 📄 test_migrate.py 10.2 KB
    • 📄 test_multi_agent.py 7.9 KB
    • 📄 test_nudge_tracker.py 13.1 KB
    • 📄 test_packages.py 9.4 KB
    • 📄 test_plugin_defaults_upgrade.py 10.9 KB
    • 📄 test_priorities.py 13.8 KB
    • 📄 test_process_nudge.py 15.5 KB
    • 📄 test_process_runner.py 5.6 KB
    • 📄 test_project.py 11.9 KB
    • 📄 test_project_owner.py 6.3 KB
    • 📄 test_prune.py 5.5 KB
    • 📄 test_scope.py 4.7 KB
    • 📄 test_scope_enforcement.py 7.5 KB
    • 📄 test_search.py 1.4 KB
    • 📄 test_search_cache.py 3.5 KB
    • 📄 test_search_chain.py 3.5 KB
    • 📄 test_setup_claude_code.py 8.3 KB
    • 📄 test_significance.py 3.3 KB
    • 📄 test_skill.py 2.6 KB
    • 📄 test_ssrf.py 3.5 KB
    • 📄 test_status_index_hint.py 3.3 KB
    • 📄 test_store.py 1.7 KB
    • 📄 test_sync.py 4.0 KB
    • 📄 test_temporal_queries.py 5.6 KB
    • 📄 test_unicode.py 5.2 KB
    • 📄 test_ux_improvements.py 14.3 KB
    • 📄 test_wal.py 1.8 KB
    • 📄 test_wal_corruption.py 6.6 KB
    • 📄 test_warmup_reindex.py 9.0 KB
    • 📄 test_webui.py 11.2 KB
  • 📄 .clawhubignore 130 B
  • 📄 .gitignore 149 B
  • 📄 .pre-commit-config.yaml 152 B
  • 📄 AGENTS.md 1.2 KB
  • 📄 ARCHITECTURE.md 9.4 KB
  • 📄 CHANGELOG.md 37.9 KB
  • 📄 CONTRIBUTING.md 6.0 KB
  • 📄 LICENSE 1.0 KB
  • 📄 MANIFEST.in 72 B
  • 📄 mkdocs.yml 939 B
  • 📄 pyproject.toml 2.1 KB
  • 📄 README.md 7.6 KB
  • 📄 SKILL.md 31.1 KB

SKILL.md

Login to download/like/favorite ❤ 12 | ★ 0
Comments 0

Please login before commenting.

Loading comments...