codemem-engine 0.18.0

Domain logic engine for Codemem: indexing, hooks, watching, scoring, recall, consolidation
Documentation
references:
  - kind: "import_statement"
    reference_kind: "import"
    name_field: null
    special: "python_import"

  - kind: "import_from_statement"
    reference_kind: "import"
    name_field: null
    special: "python_import_from"

  - kind: "call"
    reference_kind: "call"
    name_field: "function"
    special: null

  - kind: "call"
    reference_kind: "callback"
    name_field: null
    special: "callback_args"

  - kind: "class_definition"
    reference_kind: "inherits"
    name_field: null
    special: "python_class_bases"

scope_containers:
  - kind: "class_definition"
    name_field: "name"
    body_field: "body"

  - kind: "function_definition"
    name_field: "name"
    body_field: "body"

  - kind: "async_function_definition"
    name_field: "name"
    body_field: "body"

unwrap_nodes:
  - "decorated_definition"