发布

  • release: Cognee 1.0.0 (#2601)

    frostbyte_neo 发布于 2026-04-11 18:12:16 +00:00

    Cognee 1.0.0

    New memory API

    • remember() / recall() / forget() / improve() — session-aware,
      auto-routing
    • remember(session_id=...) stores in fast session cache, syncs to
      graph in background
    • recall(session_id=...) searches session first, falls through to
      permanent graph
    • V1 functions (add, cognify, search) still work

    Session memory

    • Caching enabled by default (filesystem or Redis)
    • remember() calls setup() automatically — no manual init needed
    • Session data bridges to permanent graph via improve() at session end

    Agent identity

    • @cognee.agent emails auto-verified and promoted on registration
    • Plugins self-register and appear in the UI agents list

    Integrations

    • Claude Code plugin with 6 lifecycle hooks, per-directory sessions,
      data categories
    • Hermes Agent plugin rewritten for V2 API with session memory
    • MCP server with session-aware tools and Cognee Cloud support

    Observability

    • OTEL tracing on all V2 API functions and session manager
    • Product telemetry with persistent machine ID and API key fingerprint
    • data.size_bytes tracked on remember and session operations

    Infrastructure

    • EdgeType node cleanup on edge deletion
    • LanceDB proactive + lazy migrations
    • V2 routes consolidated to /api/v1/

    Test plan

    • uv run python -c "import cognee; print(cognee.__version__)"
      1.0.0
    • Run remember / recall / forget example from README
    • Unit tests pass
    • Integration tests pass
    • Backwards compatibility test passes

    🤖 Generated with Claude Code

    Summary by CodeRabbit

    Release Notes

    • New Features

    • Added comprehensive dashboard with knowledge graph visualization and
      search

    • Introduced activity tracking page with pipeline run and trace details

      • Added API keys management and Connections management pages
      • Built graph models editor with schema creation and validation
      • Added prompts and datasets management with full CRUD operations
      • Implemented onboarding flow with multi-step guided setup
      • Added local authentication system with sign-in capability
      • Introduced search functionality with graph-based retrieval
    • Refactoring

      • Transitioned from Auth0 to local authentication system
      • Migrated data operations to instance-based API architecture
      • Removed legacy cloud-dependent components and workflows
      • Restructured fetch utilities for flexible instance handling
      • Updated theme system to use design tokens
    • Chores

      • Updated environment configuration with new defaults
      • Enhanced CI/CD pipelines with E2E and compatibility testing
      • Integrated Mantine UI framework and styling system
      • Added new fonts and updated CSS architecture
    下载附件