One portable memory layer for every AI agent: local-first, Markdown-native, user-owned, and self-evolving across apps, tools, and workflows.
This report presents the forensic synthetic code analysis of EverMind-AI/EverOS, a Python project with 12,523 GitHub stars. SynthScan v2.0 examined 162,237 lines of code across 810 source files, recording 4139 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 37.4 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 4139 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | config.example.toml | 21 | # ── LLM ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | config.example.toml | 28 | # ── Embedding ───────────────────────────────────────── | COMMENT |
| MEDIUM | config.example.toml | 39 | # ── Rerank ──────────────────────────────────────────── | COMMENT |
| MEDIUM | config.example.toml | 49 | # ── Other tunables you may want to override here ────── | COMMENT |
| MEDIUM | pyproject.toml | 141 | # ─────────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | pyproject.toml | 143 | # ─────────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/_consistency_assertions.py | 220 | # ── user_profile (single-md = single-row, PK = owner_id) ─────────────── | COMMENT |
| MEDIUM | tests/_consistency_assertions.py | 274 | # ── agent_skill (SKILL.md + references/*.md, PK = <owner>_<name>) ────── | COMMENT |
| MEDIUM | tests/_consistency_assertions.py | 345 | # ── small utilities ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 231 | # ── mark_done / mark_failed ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 397 | # ── reset_all ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 424 | # ── list_failed ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 51 | # ── upsert ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 135 | # ── force_enqueue ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 155 | # ── claim_one ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 197 | # ── claim_pending_batch ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 268 | # ── Race: re-enqueue during processing must win over stale mark_xxx ───── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 358 | # ── reset_retryable_to_pending ────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 439 | # ── queue_summary ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 490 | # ── recover_orphan_processing ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 553 | # ── Partial indexes (smoke) ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 72 | # ── round-trip ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 158 | # ── upsert (idempotency + members merge) ──────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 256 | # ── reverse lookup ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 415 | # ── remove_members ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 463 | # ── add_member ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 491 | # ── update_metadata ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 535 | # ── list_ids_and_member_counts ───────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 575 | # ── get_members_with_type ────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_infra/test_ome/test_engine.py | 490 | # ── active_runs / wait_idle ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/unit/test_infra/test_ome/test_records.py | 84 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/unit/test_infra/test_ome/test_records.py | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ra/test_markdown/test_writers/test_knowledge_writer.py | 15 | # ── Fixtures ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ra/test_markdown/test_writers/test_knowledge_writer.py | 82 | # ── Tests ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/test_markdown/test_writers/test_daily_log_writers.py | 36 | # ── AtomicFact ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/test_markdown/test_writers/test_daily_log_writers.py | 115 | # ── Foresight ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/test_markdown/test_writers/test_daily_log_writers.py | 156 | # ── AgentCase ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/test_markdown/test_writers/test_daily_log_writers.py | 199 | # ── round-trip with cascade handler (md → LanceDB row mapping) ───────────── | COMMENT |
| MEDIUM | …a/test_markdown/test_writers/test_daily_log_writers.py | 266 | # ── Display-tz contract for frontmatter timestamps (Gap #5) ──────────── | COMMENT |
| MEDIUM⚡ | …nit/test_infra/test_markdown/test_readers/test_base.py | 46 | # ── construction ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …nit/test_infra/test_markdown/test_readers/test_base.py | 69 | # ── read_for ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nit/test_infra/test_markdown/test_readers/test_base.py | 101 | # ── find_entry ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nit/test_infra/test_markdown/test_readers/test_base.py | 140 | # ── find_structured ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …nit/test_infra/test_markdown/test_readers/test_base.py | 167 | # ── path_for ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …fra/test_lancedb/test_repos/test_episode_projection.py | 76 | # ── deprecated_by filter ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …fra/test_lancedb/test_repos/test_episode_projection.py | 130 | # ── column projection ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …fra/test_lancedb/test_repos/test_episode_projection.py | 177 | # ── limit ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tests/unit/test_memory/test_get/test_filters_adapter.py | 178 | # ── Malformed value shapes ────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_dto.py | 25 | # ── GetRequest defaults / shape ────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_dto.py | 139 | # ── owner_type × memory_type pairing ───────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 37 | # ── Stub repos ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 89 | # ── Fixtures ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 195 | # ── Episode dispatch ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 266 | # ── Profile dispatch ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 315 | # ── Agent case dispatch ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 336 | # ── Agent skill dispatch — sort_by silent override ────────────────────── | COMMENT |
| MEDIUM | …st_memory/test_strategies/test_extract_user_profile.py | 308 | # ── partition lock (owner_id-level serialisation) ──────────────────────── | COMMENT |
| MEDIUM | …emory/test_strategies/test_trigger_skill_clustering.py | 289 | # ── body-guard (embedding capability) ──────────────────────────────────── | COMMENT |
| MEDIUM | …emory/test_strategies/test_trigger_skill_clustering.py | 336 | # ── partition lock (agent_id-level serialisation) ──────────────────────── | COMMENT |
| MEDIUM⚡ | …est_memory/test_strategies/test_extract_agent_skill.py | 214 | # ── strategy meta + cluster-missing retry ──────────────────────────────── | COMMENT |
| 662 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 69 | def _reset_embedding_capability_singleton() -> Iterator[None]: | CODE |
| LOW | tests/conftest.py | 92 | def _reset_rerank_capability_singleton() -> Iterator[None]: | CODE |
| LOW | tests/conftest.py | 107 | def _reset_multimodal_capability_singleton() -> Iterator[None]: | CODE |
| LOW | tests/_consistency_assertions.py | 83 | async def assert_md_lance_strict_consistent( | CODE |
| LOW | tests/unit/test_benchmark_config.py | 10 | def test_defaults_construct_without_error() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 27 | def test_from_toml_loads_default_config() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 49 | def test_from_toml_missing_file_raises() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 66 | def test_concurrency_fields_exist() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 77 | def test_search_result_frozen() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 96 | def test_search_result_jsonl_roundtrip() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 115 | def test_answer_result_tracks_tokens() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 131 | def test_judge_result_jsonl_roundtrip() -> None: | CODE |
| LOW | tests/unit/test_benchmark_config.py | 150 | def test_run_spec_includes_git_hash() -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 79 | async def test_returns_only_after_ts(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 122 | async def test_filtered_by_parent_type(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 149 | async def test_includes_rows_with_null_vector(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 175 | async def test_respects_scope_app_id_project_id(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 214 | async def test_returns_empty_when_no_match(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 232 | async def test_ordering_is_ascending_by_timestamp(episode_repo: _EpisodeRepo) -> None: | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 37 | def test_episode_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 43 | def test_episode_subject_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 49 | def test_atomic_fact_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 54 | def test_foresight_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 59 | def test_agent_case_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 64 | def test_agent_skill_vector_nullable(): | CODE |
| LOW⚡ | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 69 | def test_knowledge_topic_vector_nullable(): | CODE |
| LOW | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 91 | def test_vector_nullable_at_pyarrow_layer(cls): | CODE |
| LOW | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 98 | def test_episode_subject_vector_nullable_at_pyarrow_layer(): | CODE |
| LOW | …ts/unit/test_infra/test_episode_repo_count_by_owner.py | 98 | async def test_count_by_owner_default_no_parent_type_still_counts_all( | CODE |
| LOW | …ts/unit/test_infra/test_episode_repo_count_by_owner.py | 111 | async def test_count_by_owner_with_parent_type_memcell_excludes_cluster( | CODE |
| LOW | …ts/unit/test_infra/test_episode_repo_count_by_owner.py | 127 | async def test_count_by_owner_scoped_by_app_and_project( | CODE |
| LOW⚡ | …sts/unit/test_infra/test_sqlite/test_sqlite_manager.py | 26 | async def test_get_engine_is_singleton(tmp_path: Path) -> None: | CODE |
| LOW⚡ | …sts/unit/test_infra/test_sqlite/test_sqlite_manager.py | 34 | async def test_get_session_factory_is_singleton() -> None: | CODE |
| LOW⚡ | …sts/unit/test_infra/test_sqlite/test_sqlite_manager.py | 40 | async def test_dispose_resets_state() -> None: | CODE |
| LOW⚡ | …sts/unit/test_infra/test_sqlite/test_sqlite_manager.py | 49 | async def test_dispose_is_idempotent() -> None: | CODE |
| LOW | …s/unit/test_infra/test_sqlite/test_knowledge_tables.py | 33 | def test_topic_doc_id_has_no_fk(self) -> None: | CODE |
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 62 | async def test_create_and_get_latest(repo: _ReflectionReportRepo) -> None: | CODE |
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 79 | async def test_get_latest_returns_none_when_empty( | CODE |
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 87 | async def test_list_reflected_cluster_ids( | CODE |
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 98 | async def test_list_reflected_excludes_rolled_back( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 224 | async def test_claim_pending_batch_zero_limit_returns_empty( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 234 | async def test_mark_done_transitions_processing_to_done( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 388 | async def test_reset_retryable_to_pending_zero_when_none_eligible( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 400 | async def test_reset_all_clears_every_row(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 420 | async def test_reset_all_zero_on_empty_table(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 427 | async def test_list_failed_orders_by_lsn(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 54 | async def test_upsert_assigns_monotonic_lsn(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 72 | async def test_upsert_same_path_bumps_lsn_and_resets_retry( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 99 | async def test_upsert_preserves_retry_count_for_failed_stable_mtime( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 118 | async def test_upsert_resets_retry_count_on_mtime_change( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 138 | async def test_force_enqueue_resurrects_done_row( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 158 | async def test_claim_one_returns_row_when_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 170 | async def test_claim_one_returns_none_when_already_processing( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 182 | async def test_claim_one_race_only_one_winner( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 200 | async def test_claim_pending_batch_returns_in_lsn_order( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 212 | async def test_claim_pending_batch_skips_already_claimed( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 250 | async def test_mark_failed_records_retryable_flag( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 281 | async def test_mark_done_noop_when_row_reverted_to_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 305 | async def test_mark_failed_noop_when_row_reverted_to_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 326 | async def test_mark_done_concurrent_with_upsert_preserves_reenqueue( | CODE |
| 2040 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/conftest.py | 17 | CODE | |
| LOW | tests/_consistency_assertions.py | 39 | CODE | |
| LOW | tests/unit/test_benchmark_config.py | 3 | CODE | |
| LOW | …sts/unit/test_infra/test_episode_repo_list_after_ts.py | 9 | CODE | |
| LOW | …sts/unit/test_infra/test_lancedb_tables_nullability.py | 18 | CODE | |
| LOW | …ts/unit/test_infra/test_episode_repo_count_by_owner.py | 14 | CODE | |
| LOW | …sts/unit/test_infra/test_sqlite/test_sqlite_manager.py | 7 | CODE | |
| LOW | …s/unit/test_infra/test_sqlite/test_knowledge_tables.py | 3 | CODE | |
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 7 | CODE | |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 20 | CODE | |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_memcell.py | 17 | CODE | |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 15 | CODE | |
| LOW | …sts/unit/test_infra/test_ome/test_storage_migration.py | 3 | CODE | |
| LOW | …test_infra/test_ome/test_engine_crash_recovery_gate.py | 15 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_registry.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_engine.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_engine_event_id.py | 3 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_crash_recovery.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_idle_scanner.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_triggers.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_exceptions.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_records.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_storage.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_run_record_store.py | 3 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_runner.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_config.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_config_reloader.py | 3 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_idle_store.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_context.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_e2e.py | 7 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_counter_store.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_events.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_dispatcher.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_testing_harness.py | 3 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_gates.py | 1 | CODE | |
| LOW | tests/unit/test_infra/test_ome/test_decorator.py | 1 | CODE | |
| LOW | …/test_markdown/test_writers/test_agent_skill_writer.py | 3 | CODE | |
| LOW | …ra/test_markdown/test_writers/test_knowledge_writer.py | 3 | CODE | |
| LOW | …nfra/test_markdown/test_writers/test_profile_writer.py | 3 | CODE | |
| LOW | …a/test_markdown/test_writers/test_daily_log_writers.py | 11 | CODE | |
| LOW | …nit/test_infra/test_markdown/test_writers/test_base.py | 8 | CODE | |
| LOW | …it/test_infra/test_markdown/test_mds/test_path_glob.py | 6 | CODE | |
| LOW | …unit/test_infra/test_markdown/test_mds/test_profile.py | 8 | CODE | |
| LOW | …a/test_markdown/test_mds/test_knowledge_frontmatter.py | 3 | CODE | |
| LOW | …/test_infra/test_markdown/test_mds/test_agent_skill.py | 9 | CODE | |
| LOW | …/test_markdown/test_readers/test_agent_skill_reader.py | 3 | CODE | |
| LOW | …fra/test_markdown/test_readers/test_taxonomy_reader.py | 3 | CODE | |
| LOW | …nfra/test_markdown/test_readers/test_profile_reader.py | 3 | CODE | |
| LOW | …nit/test_infra/test_markdown/test_readers/test_base.py | 7 | CODE | |
| LOW | …s/unit/test_infra/test_lancedb/test_lancedb_manager.py | 7 | CODE | |
| LOW | …ts/unit/test_infra/test_lancedb/test_verify_schemas.py | 13 | CODE | |
| LOW | …/test_infra/test_lancedb/test_migration_lock_wiring.py | 46 | CODE | |
| LOW | …fra/test_lancedb/test_repos/test_episode_projection.py | 16 | CODE | |
| LOW | …test_infra/test_lancedb/test_repos/test_agent_skill.py | 10 | CODE | |
| LOW | …_infra/test_lancedb/test_tables/test_content_sha256.py | 9 | CODE | |
| LOW | …est_lancedb/test_tables/test_knowledge_topic_schema.py | 3 | CODE | |
| LOW | tests/unit/test_memory/test_models.py | 9 | CODE | |
| LOW | tests/unit/test_memory/test_events.py | 1 | CODE | |
| LOW | tests/unit/test_memory/test_get/test_filters_adapter.py | 18 | CODE | |
| LOW | tests/unit/test_memory/test_get/test_dto.py | 15 | CODE | |
| 930 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/everos/infra/ome/decorator.py | 115 | Mark an async function as an OME strategy. Args: name: Unique strategy name (used for logging, run records, | STRING |
| HIGH | src/everos/infra/ome/engine.py | 804 | Return run records for ``strategy_name``, optionally filtered by status. Args: strategy_name: Strat | STRING |
| HIGH | src/everos/infra/ome/engine.py | 829 | Fetch a single run record by ``run_id``. Args: run_id: The 32-character ``uuid4().hex`` assigned at | STRING |
| HIGH | src/everos/infra/ome/engine.py | 845 | Return all run records triggered by ``event_id``. Not guarded by ``_refuse_inside_strategy`` — designed to be | STRING |
| HIGH | src/everos/infra/ome/engine.py | 881 | Poll until all runs triggered by ``event_id`` reach a terminal status. Not guarded by ``_refuse_inside_strategy | STRING |
| HIGH | …infra/persistence/markdown/writers/knowledge_writer.py | 57 | Write md files and return the document directory path. Args: memories: Flat list of nodes produced | STRING |
| HIGH | src/everos/core/persistence/markdown/writer.py | 105 | Reject a write target that resolves outside the memory root. Defense-in-depth against path traversal: a caller- | STRING |
| HIGH | src/everos/memory/reflection/orchestrator.py | 1090 | Coerce a timestamp to milliseconds. LanceDB episode rows store ``timestamp`` as a ``datetime`` object; the algo | STRING |
| HIGH | src/everos/component/llm/factory.py | 13 | Build an OpenAI-compatible LLM provider from settings. Unwraps :class:`pydantic.SecretStr` here so downstream calle | STRING |
| HIGH | src/everos/component/embedding/factory.py | 20 | Build an OpenAI-compatible embedding provider from settings. Args: settings: The :class:`EmbeddingSettings` | STRING |
| HIGH | src/everos/component/parser/_core.py | 55 | Parse a file via everalgo-parser with the multimodal LLM client. Args: raw_file: Hydrated ``RawFile`` with | STRING |
| HIGH | src/everos/component/rerank/factory.py | 26 | Build a rerank provider from settings. Args: settings: The :class:`RerankSettings` slice from : | STRING |
| HIGH | src/everos/service/knowledge.py | 115 | Run the algo extractor and return non-empty memories. Args: extractor: Algo extractor injected by the calle | STRING |
| HIGH | src/everos/service/knowledge.py | 157 | Create a knowledge document from parsed content. Args: extractor: Algo extractor injected by the caller. | STRING |
| HIGH | src/everos/service/knowledge.py | 356 | Fetch a document with its topic list. Args: doc_id: Document primary key. app_id: Tenant applicatio | STRING |
| HIGH | src/everos/service/knowledge.py | 465 | Fetch a single topic with full content. Args: topic_id: Topic node_id primary key. app_id: Tenant a | STRING |
| HIGH | src/everos/service/knowledge.py | 551 | Replace a document atomically — old data preserved on failure. The replacement is performed in-place: the md direct | STRING |
| HIGH | src/everos/service/knowledge.py | 836 | Update mutable document metadata in md (truth) and SQLite (immediate). Args: doc_id: Document primary key. | STRING |
| HIGH | src/everos/service/knowledge.py | 943 | Reduce an untrusted upload filename to a single safe path component. The multipart ``filename`` is attacker-control | STRING |
| HIGH | src/everos/service/knowledge.py | 1152 | Build a LanceDB ``where`` clause scoped to the given tenant. Args: app_id: Tenant application identifier. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/unit/test_service/test_memorize_engine_gate.py | 55 | def _set_embed_available(monkeypatch: pytest.MonkeyPatch, *, available: bool) -> None: | CODE |
| LOW | tests/integration/test_memorize_agent_mode.py | 131 | async def _setup(*, mode: str = "agent", fake_llm: FakeLLMClient) -> None: | CODE |
| LOW | tests/integration/test_memorize_window_segmentation.py | 124 | async def _setup(*, fake_llm: FakeLLMClient) -> None: | CODE |
| LOW | …s/integration/test_memorize_concurrent_session_lock.py | 122 | async def _setup(*, fake_llm: FakeLLMClient) -> None: | CODE |
| LOW | tests/integration/test_reflection_integration.py | 202 | async def _setup_sqlite(monkeypatch: pytest.MonkeyPatch) -> None: | CODE |
| LOW | tests/integration/test_ome_strategies_integration.py | 225 | async def _setup_system_db_schema(monkeypatch: pytest.MonkeyPatch) -> None: | CODE |
| LOW⚡ | tests/e2e/test_reflection_e2e.py | 37 | logger = logging.getLogger(__name__) | CODE |
| LOW | scripts/e2e_memorize/run.py | 80 | async def _setup() -> None: | CODE |
| LOW | src/everos/infra/ome/__init__.py | 40 | __all__ = [ | CODE |
| LOW | src/everos/infra/ome/testing/__init__.py | 9 | __all__ = ["FakeStrategyContext", "StrategyTestHarness"] | CODE |
| LOW | src/everos/infra/persistence/markdown/__init__.py | 57 | __all__ = [ | CODE |
| LOW | …/everos/infra/persistence/markdown/writers/__init__.py | 36 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/markdown/mds/__init__.py | 37 | __all__ = [ | CODE |
| LOW | …/everos/infra/persistence/markdown/readers/__init__.py | 43 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/sqlite/__init__.py | 61 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/sqlite/repos/__init__.py | 22 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/sqlite/tables/__init__.py | 20 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/lancedb/__init__.py | 369 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/lancedb/repos/__init__.py | 32 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/lancedb/tables/__init__.py | 29 | __all__ = [ | CODE |
| LOW | src/everos/core/middleware/__init__.py | 23 | __all__ = [ | CODE |
| LOW | src/everos/core/context/__init__.py | 17 | __all__ = [ | CODE |
| LOW | src/everos/core/observability/metrics/registry.py | 21 | def set_metrics_registry(registry: CollectorRegistry) -> None: | CODE |
| LOW | src/everos/core/observability/metrics/__init__.py | 22 | __all__ = [ | CODE |
| LOW⚡ | src/everos/core/observability/tracing/provider.py | 51 | def set_attribute(self, key: str, value: object) -> None: ... | CODE |
| LOW⚡ | src/everos/core/observability/tracing/provider.py | 53 | def set_attributes(self, attributes: dict[str, object]) -> None: ... | CODE |
| LOW⚡ | src/everos/core/observability/tracing/provider.py | 57 | def set_status(self, *args: object, **kwargs: object) -> None: ... | CODE |
| LOW | src/everos/core/observability/tracing/attributes.py | 49 | def set_capture_content(enabled: bool) -> None: | CODE |
| LOW | src/everos/core/observability/tracing/attributes.py | 55 | def set_redactor(redactor: Callable[[str], str] | None) -> None: | CODE |
| LOW | src/everos/core/observability/tracing/__init__.py | 38 | __all__ = [ | CODE |
| LOW | src/everos/core/observability/logging/__init__.py | 13 | __all__ = ["configure_logging", "get_logger"] | CODE |
| LOW | src/everos/core/lifespan/__init__.py | 24 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/__init__.py | 70 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/markdown/__init__.py | 52 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/sqlite/__init__.py | 33 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/lancedb/__init__.py | 26 | __all__ = [ | CODE |
| LOW | src/everos/memory/models.py | 327 | __all__ = [ | CODE |
| LOW | src/everos/memory/__init__.py | 35 | __all__ = [ | CODE |
| LOW | src/everos/memory/strategies/__init__.py | 29 | __all__ = [ | CODE |
| LOW | src/everos/memory/prompt_slots/__init__.py | 13 | __all__ = ["PromptLoader"] | CODE |
| LOW | src/everos/memory/get/__init__.py | 39 | __all__ = [ | CODE |
| LOW | src/everos/memory/search/__init__.py | 55 | __all__ = [ | CODE |
| LOW | src/everos/memory/search/recall/__init__.py | 28 | __all__ = [ | CODE |
| LOW | src/everos/memory/cascade/__init__.py | 32 | __all__ = [ | CODE |
| LOW | src/everos/memory/cascade/handlers/__init__.py | 23 | __all__ = [ | CODE |
| LOW | src/everos/memory/extract/pipeline/__init__.py | 17 | __all__ = [ | CODE |
| LOW | src/everos/memory/extract/ingest/__init__.py | 14 | __all__ = [ | CODE |
| LOW | src/everos/memory/extract/parser/__init__.py | 22 | __all__ = [ | CODE |
| LOW | src/everos/memory/reflection/__init__.py | 14 | __all__ = ["ReflectionOrchestrator"] | CODE |
| LOW | src/everos/config/__init__.py | 28 | __all__ = [ | CODE |
| LOW | src/everos/component/llm/protocol.py | 33 | __all__ = [ | CODE |
| LOW | src/everos/component/llm/__init__.py | 34 | __all__ = [ | CODE |
| LOW | src/everos/component/config/__init__.py | 14 | __all__ = ["YamlConfigLoader"] | CODE |
| LOW | src/everos/component/tokenizer/__init__.py | 19 | __all__ = [ | CODE |
| LOW | src/everos/component/embedding/__init__.py | 38 | __all__ = [ | CODE |
| LOW | src/everos/component/parser/__init__.py | 13 | __all__ = [ | CODE |
| LOW | src/everos/component/multimodal/__init__.py | 24 | __all__ = [ | CODE |
| LOW | src/everos/component/rerank/__init__.py | 40 | __all__ = [ | CODE |
| LOW | src/everos/entrypoints/tui/demo/app.py | 753 | def _update_savings(self, query: str, answer: str) -> None: | STRING |
| LOW | src/everos/entrypoints/tui/demo/app.py | 807 | def _set_light(self, key: str, state: str) -> None: | STRING |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/unit/test_infra/test_ome/test_events.py | 24 | except Exception: | CODE |
| LOW | …_core/test_persistence/test_lancedb/test_repository.py | 1032 | except Exception as exc: | CODE |
| LOW | tests/e2e/test_reflection_e2e.py | 304 | except Exception as e: | CODE |
| LOW | tests/e2e/test_reflection_e2e.py | 330 | except Exception: | CODE |
| LOW | tests/e2e/test_reflection_e2e.py | 793 | except Exception as e: | CODE |
| LOW | use-cases/openher/demo/evermemos_demo.py | 58 | except Exception: | CODE |
| LOW | use-cases/openher/integration/evermemos_mixin.py | 122 | except Exception as e: | CODE |
| LOW | use-cases/openher/integration/evermemos_mixin.py | 127 | except Exception as e: | CODE |
| LOW | use-cases/openher/integration/evermemos_mixin.py | 155 | except Exception as e: | CODE |
| LOW | use-cases/openher/integration/evermemos_mixin.py | 190 | except Exception: | CODE |
| MEDIUM | use-cases/openher/integration/evermemos_mixin.py | 111 | def _do_store(): | CODE |
| LOW | examples/langfuse/record_trace.py | 123 | except Exception as exc: # keep the sink alive; the export retries | CODE |
| LOW⚡ | benchmarks/run.py | 410 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW⚡ | benchmarks/run.py | 1469 | except Exception: | CODE |
| LOW | benchmarks/run.py | 1047 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | benchmarks/run.py | 1807 | except Exception as e: | CODE |
| LOW | benchmarks/run.py | 901 | except Exception as e: | STRING |
| LOW | src/everos/infra/ome/engine.py | 298 | except Exception: | CODE |
| LOW | src/everos/infra/ome/engine.py | 402 | except Exception: | CODE |
| LOW | src/everos/infra/ome/engine.py | 600 | except Exception as e: | CODE |
| LOW | src/everos/infra/ome/engine.py | 693 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_background/config_reloader.py | 156 | except Exception as e: | CODE |
| LOW | src/everos/infra/ome/_background/config_reloader.py | 231 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_background/config_reloader.py | 236 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_background/idle_scanner.py | 55 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_background/crash_recovery.py | 73 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_dispatch/dispatcher.py | 162 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 246 | except Exception as e: | CODE |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 292 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 319 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_stores/storage.py | 133 | except Exception: | CODE |
| LOW | src/everos/infra/persistence/lancedb/__init__.py | 238 | except Exception as exc: | CODE |
| LOW | src/everos/infra/persistence/lancedb/lancedb_manager.py | 85 | except Exception: | CODE |
| LOW | src/everos/core/middleware/profile.py | 66 | except Exception: | CODE |
| LOW | src/everos/core/observability/tracing/provider.py | 165 | except Exception: # pragma: no cover - telemetry must never break callers | CODE |
| LOW | src/everos/core/observability/tracing/provider.py | 177 | except Exception: # pragma: no cover - telemetry must never break callers | CODE |
| LOW | src/everos/core/observability/tracing/scores.py | 111 | except Exception: # telemetry must never break; log + continue | CODE |
| LOW | src/everos/core/lifespan/factory.py | 52 | except Exception: | CODE |
| LOW | src/everos/core/persistence/markdown/writer.py | 159 | except Exception: | CODE |
| LOW | src/everos/core/persistence/sqlite/session.py | 43 | except Exception: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 547 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 741 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 831 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 948 | except Exception: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 1043 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 1240 | except Exception: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 1258 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/scanner.py | 123 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 505 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 517 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 554 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 567 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 701 | except Exception: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 770 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/_backfill.py | 1358 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/watcher.py | 143 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/handlers/_daily_log_base.py | 266 | except Exception: | CODE |
| LOW | src/everos/memory/reflection/orchestrator.py | 204 | except Exception: | CODE |
| LOW | src/everos/memory/reflection/orchestrator.py | 613 | except Exception: | CODE |
| LOW | src/everos/memory/reflection/orchestrator.py | 711 | except Exception: | CODE |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …est_memory/test_strategies/test_extract_agent_skill.py | 534 | # ── end-to-end orchestration (mocked) ──────────────────────────────────── | COMMENT |
| MEDIUM | …sts/unit/test_memory/test_search/test_agentic_agent.py | 298 | # by ``everalgo.rank.agentic._call_llm_for_sufficiency``. ``is_sufficient=True`` | COMMENT |
| MEDIUM | …t/test_memory/test_extract/test_parser/test_mapping.py | 16 | """file:// guardrails read settings; keep the lru_cache from leaking | STRING |
| MEDIUM⚡ | …t/test_memory/test_extract/test_parser/test_mapping.py | 43 | # ── build_raw_file: file:// hydration + guardrails ────────────────────── | COMMENT |
| MEDIUM⚡ | …t/test_memory/test_extract/test_parser/test_mapping.py | 43 | # ── build_raw_file: file:// hydration + guardrails ────────────────────── | COMMENT |
| MEDIUM | …t/test_core/test_observability/test_span_attributes.py | 89 | # A multi-call operation (e.g. agentic search issuing several chats) | COMMENT |
| MEDIUM | tests/integration/test_api/test_health_capabilities.py | 104 | # Tier 1 disables: vector/hybrid/agentic/reflection/skill/knowledge/multimodal | COMMENT |
| MEDIUM | tests/e2e/test_search_endpoint_e2e.py | 447 | # will pass, vector/hybrid/agentic methods are skipped anyway. | COMMENT |
| MEDIUM | tests/e2e/test_search_endpoint_e2e.py | 1392 | # is explicitly about counseling + mental health), so the agentic | COMMENT |
| MEDIUM | docs/overview.md | 47 | ### 3. Algorithm-orchestration separation | COMMENT |
| MEDIUM | benchmarks/config.toml | 12 | methods = "agentic" # comma-separated: keyword, vector, hybrid, agentic | CODE |
| MEDIUM | src/everos/memory/strategies/extract_agent_skill.py | 250 | # ── orchestration helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/everos/memory/search/manager.py | 564 | # so the cross-encoder rerank is covered uniformly with the agentic | COMMENT |
| MEDIUM | src/everos/config/settings.py | 439 | # (HYBRID LR / rerank / agentic). Not bounded to [0, 1] because raw | COMMENT |
| MEDIUM | src/everos/component/rerank/deepinfra_provider.py | 42 | # as a yes/no generator, so the prompt scaffolding must be supplied client-side | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 196 | # Step 0: orphan detection returns empty. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 199 | # Step 1: cluster members (episode type). | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 204 | # Step 2: fetch episodes by entry_id. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 213 | # Step 4: algo reflector returns merged episode. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 222 | # Step 5: episode writer returns entry id. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 227 | # Step 6: wait_for_event succeeds. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 230 | # Step 7: deprecate -> cluster operations. | COMMENT |
| LOW⚡ | tests/unit/test_entrypoints/test_tui/test_demo_app.py | 506 | # Step 1: storing a memory must NOT trigger a recall or an answer. | COMMENT |
| LOW⚡ | tests/unit/test_entrypoints/test_tui/test_demo_app.py | 516 | # Step 2: the question is what produces the everos answer. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1816 | # Step 4: switch display tz to UTC, drop caches. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1819 | # Step 5: /search the same row under UTC display tz. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1835 | # Step 6: the anti-drift assertion — same UTC instant across both renders. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1899 | # Step 3: anti-drift — same UTC instant before and after the switch. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1986 | # Step 4: anti-drift — same UTC instant under both renders. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1753 | # Step 1: switch to Shanghai, write a row at a deterministic instant. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1784 | # Step 2: /search under Shanghai display tz → expect +08:00 offset. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1799 | # Step 3: white-box probe — SQLite row comes back UTC-aware. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1869 | # Step 1: Shanghai display tz. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1884 | # Step 2: switch to UTC. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1932 | # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1959 | # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1972 | # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2016 | # Step 1: write row A under Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2035 | # Step 2: switch to UTC, build row B. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2065 | # Step 3: query under Shanghai → both rows render +08:00, instants preserved. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2086 | # Step 4: query under UTC → both render Z/+00:00, instants preserved. | COMMENT |
| LOW⚡ | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 260 | // Step 1: Check EverMind Cloud health | COMMENT |
| LOW⚡ | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 270 | // Step 2: Delete memories from cloud | COMMENT |
| LOW | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 296 | // Step 3: Clean up progress files | COMMENT |
| LOW⚡ | src/everos/entrypoints/tui/demo/app.py | 586 | # Step 1: store the line. No answer here — just remember it. | STRING |
| LOW⚡ | src/everos/entrypoints/tui/demo/app.py | 595 | # Step 2: a question. Echo it, then recall against everything stored. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 196 | # Step 0: orphan detection returns empty. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 199 | # Step 1: cluster members (episode type). | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 204 | # Step 2: fetch episodes by entry_id. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 213 | # Step 4: algo reflector returns merged episode. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 222 | # Step 5: episode writer returns entry id. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 227 | # Step 6: wait_for_event succeeds. | COMMENT |
| LOW⚡ | …/unit/test_memory/test_reflection/test_orchestrator.py | 230 | # Step 7: deprecate -> cluster operations. | COMMENT |
| LOW⚡ | tests/unit/test_entrypoints/test_tui/test_demo_app.py | 506 | # Step 1: storing a memory must NOT trigger a recall or an answer. | COMMENT |
| LOW⚡ | tests/unit/test_entrypoints/test_tui/test_demo_app.py | 516 | # Step 2: the question is what produces the everos answer. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1816 | # Step 4: switch display tz to UTC, drop caches. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1835 | # Step 6: the anti-drift assertion — same UTC instant across both renders. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1899 | # Step 3: anti-drift — same UTC instant before and after the switch. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1986 | # Step 4: anti-drift — same UTC instant under both renders. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1753 | # Step 1: switch to Shanghai, write a row at a deterministic instant. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1799 | # Step 3: white-box probe — SQLite row comes back UTC-aware. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1869 | # Step 1: Shanghai display tz. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1884 | # Step 2: switch to UTC. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1932 | # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1959 | # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1972 | # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2016 | # Step 1: write row A under Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2035 | # Step 2: switch to UTC, build row B. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2065 | # Step 3: query under Shanghai → both rows render +08:00, instants preserved. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2086 | # Step 4: query under UTC → both render Z/+00:00, instants preserved. | COMMENT |
| LOW⚡ | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 260 | // Step 1: Check EverMind Cloud health | COMMENT |
| LOW⚡ | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 270 | // Step 2: Delete memories from cloud | COMMENT |
| LOW | …es/game-of-throne-demo/scripts/clear-memories-cloud.ts | 296 | // Step 3: Clean up progress files | COMMENT |
| LOW⚡ | src/everos/entrypoints/tui/demo/app.py | 586 | # Step 1: store the line. No answer here — just remember it. | STRING |
| LOW⚡ | src/everos/entrypoints/tui/demo/app.py | 595 | # Step 2: a question. Echo it, then recall against everything stored. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | config.example.toml | 1 | # Example user-level config — copy to ~/.everos/config.toml. | COMMENT |
| LOW | config.example.toml | 41 | model = "Qwen/Qwen3-Reranker-4B" | COMMENT |
| LOW | pyproject.toml | 221 | type = "forbidden" | COMMENT |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 261 | assert row is not None | COMMENT |
| LOW | tests/unit/test_component/test_utils/test_datetime.py | 201 | def test_to_date_str_returns_yyyy_mm_dd() -> None: | COMMENT |
| LOW | tests/unit/test_component/test_utils/test_datetime.py | 901 | COMMENT | |
| LOW | tests/e2e/test_knowledge_e2e.py | 281 | # DELETE removes md files immediately; the cascade handler catches | COMMENT |
| LOW | tests/e2e/test_add_flush_agent_pipeline_e2e.py | 241 | f"(pytest={len(pytest_skills)}, sympy={len(sympy_skills)}, " | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1681 | filters={"session_id": "sess_assistant"}, | COMMENT |
| LOW | use-cases/openher/integration/context_features.py | 61 | COMMENT | |
| LOW | .github/workflows/release.yml | 1 | # Publishes to PyPI via Trusted Publishing (OIDC) — no stored token — and then | COMMENT |
| LOW | src/everos/core/observability/logging/factory.py | 121 | root.setLevel(log_level) | COMMENT |
| LOW | src/everos/core/persistence/lancedb/repository.py | 541 | # non-empty directory, so it cannot lose data no matter who else is | COMMENT |
| LOW | src/everos/memory/strategies/extract_agent_skill.py | 161 | # ranking half of the pipeline cannot serve. Tier upgrades require a | COMMENT |
| LOW | …everos/memory/strategies/trigger_profile_clustering.py | 41 | # When embedding is unavailable we cannot vectorise the episode, so | COMMENT |
| LOW | src/everos/memory/search/manager.py | 101 | # ``DEFAULT_RECALL_MULTIPLIER`` / ``DEFAULT_TOPK_LIMIT``. | COMMENT |
| LOW | src/everos/memory/search/manager.py | 721 | if expected and len(vector) != expected: | COMMENT |
| LOW | src/everos/memory/cascade/worker.py | 921 | # Serialise behind any in-flight rebuild (rare; only during the | COMMENT |
| LOW | src/everos/memory/cascade/worker.py | 1001 | # needs it. | COMMENT |
| LOW | src/everos/memory/cascade/worker.py | 1041 | pruned=should_prune, | COMMENT |
| LOW | src/everos/memory/cascade/worker.py | 1061 | # the right detector for it, and unlike a rebuild it does not | COMMENT |
| LOW | src/everos/memory/cascade/_backfill.py | 741 | # ``cleanup_older_than=timedelta(0)`` also physically prunes | COMMENT |
| LOW | src/everos/memory/cascade/watcher.py | 101 | def on_moved(self, event: FileSystemEvent) -> None: | COMMENT |
| LOW | src/everos/memory/cascade/handlers/agent_skill.py | 121 | upserted=0, | COMMENT |
| LOW | src/everos/config/default_ome.toml | 1 | # everos OME (Offline Memory Engine) — strategy configuration. | COMMENT |
| LOW | src/everos/config/default_ome.toml | 21 | # scan_interval_seconds = int > 0 # paired with idle_seconds; must be <= idle/2 | COMMENT |
| LOW | src/everos/config/default_ome.toml | 41 | # Profile clustering trigger (fires on each EpisodeExtracted event). | COMMENT |
| LOW | src/everos/config/default_ome.toml | 61 | # Agent case extraction (runs per agent memcell). One per tool call cycle. | COMMENT |
| LOW | src/everos/config/default.toml | 1 | # everos default configuration. | COMMENT |
| LOW | src/everos/config/default.toml | 21 | # keeps the API on loopback only — EverOS ships no built-in auth (see | COMMENT |
| LOW | src/everos/config/default.toml | 61 | [multimodal] | COMMENT |
| LOW | src/everos/config/default.toml | 161 | [observability] | COMMENT |
| LOW | src/everos/config/prompt_slots/boundary_detection.yaml | 1 | # Custom prompt slot for BoundaryDetector.adetect. | COMMENT |
| LOW | src/everos/config/prompt_slots/episode_extract.yaml | 1 | # Custom prompt slot for EpisodeExtractor.aextract. | COMMENT |
| LOW | src/everos/entrypoints/cli/commands/_backfill_cmd.py | 361 | ) | COMMENT |
| LOW | src/everos/entrypoints/api/routes/memorize.py | 21 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …c/everos/infra/persistence/lancedb/tables/foresight.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| HIGH | src/everos/infra/persistence/lancedb/tables/episode.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| HIGH | …/everos/infra/persistence/lancedb/tables/agent_case.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| HIGH | …everos/infra/persistence/lancedb/tables/agent_skill.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| HIGH | …veros/infra/persistence/lancedb/tables/user_profile.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| HIGH | …everos/infra/persistence/lancedb/tables/atomic_fact.py | 0 | app / project scope (default ``"default"``); cascade fills from md path. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ts/unit/test_infra/test_lancedb/test_verify_schemas.py | 138 | .type.equals(Episode.to_arrow_schema().field("subject_vector").type) | CODE |
| HIGH | …ry/test_cascade/test_backfill_subject_null_recovery.py | 160 | """Mixed batch: fully-null, primary-only-null, subject-only-null. | STRING |
| HIGH | tests/unit/test_entrypoints/test_tui/test_demo_cloud.py | 165 | assert story.score == 0.57 # fact-level score (episode score is null) | CODE |
| HIGH | tests/e2e/test_search_endpoint_e2e.py | 1432 | ``include_profile && owner_type=="user"`` and ignores ``method``). | STRING |
| HIGH | use-cases/openher/demo/evermemos_demo.py | 202 | print(" cd vendor/EverOS && docker compose up -d") | CODE |
| HIGH | src/everos/infra/persistence/lancedb/__init__.py | 342 | if not on_disk.field(name).type.equals(expected.field(name).type) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/integration/test_ome_strategies_integration.py | 82 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 284 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 371 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 525 | CODE | |
| LOW | tests/integration/search/test_search_e2e.py | 52 | CODE | |
| LOW | tests/integration/search/_run_full_report.py | 572 | CODE | |
| LOW | tests/integration/search/_helpers.py | 68 | CODE | |
| LOW | benchmarks/run.py | 463 | CODE | |
| LOW | benchmarks/run.py | 560 | CODE | |
| LOW | benchmarks/run.py | 1150 | CODE | |
| LOW | scripts/check_github_contributor_docs.py | 84 | CODE | |
| LOW | scripts/check_docs.py | 51 | CODE | |
| LOW | scripts/check_consistency.py | 83 | CODE | |
| LOW | scripts/check_consistency.py | 208 | CODE | |
| LOW | src/everos/infra/ome/engine.py | 580 | CODE | |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 183 | CODE | |
| LOW | src/everos/infra/ome/_dispatch/registry.py | 91 | CODE | |
| LOW | src/everos/core/persistence/locking.py | 67 | CODE | |
| LOW | src/everos/memory/cascade/worker.py | 757 | CODE | |
| LOW | src/everos/memory/cascade/worker.py | 1138 | CODE | |
| LOW | src/everos/memory/cascade/_backfill.py | 580 | CODE | |
| LOW | src/everos/entrypoints/tui/demo/widgets/sphere.py | 182 | CODE | |
| LOW | src/everos/entrypoints/tui/demo/widgets/sphere.py | 530 | CODE | |
| LOW | src/everos/entrypoints/tui/demo/widgets/sphere.py | 816 | CODE | |
| LOW | src/everos/entrypoints/cli/commands/_backfill_cmd.py | 318 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/_consistency_assertions.py | 61 | # when it integrates with the test harness. | COMMENT |
| MEDIUM | …est_core/test_persistence/test_sqlite/test_orm_crud.py | 96 | # comparison should be ``>=`` to be robust on fast machines). | COMMENT |
| MEDIUM⚡ | tests/e2e/test_add_flush_user_pipeline_e2e.py | 132 | """One big seamless run: add 19 batches, flush, poll, assert everything.""" | STRING |
| MEDIUM | …/everos/infra/persistence/lancedb/repos/agent_skill.py | 67 | # ``model_validate`` so this stays robust regardless of | COMMENT |
| MEDIUM | src/everos/entrypoints/tui/demo/app.py | 91 | """Return a one-shot phase for stages and a seamless loop for celebration.""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …infra/test_sqlite/test_repos/test_reflection_report.py | 37 | CODE | |
| LOW | …ra/test_markdown/test_writers/test_knowledge_writer.py | 42 | CODE | |
| LOW | …est_memory/test_strategies/test_extract_agent_skill.py | 100 | CODE | |
| LOW | tests/unit/test_memory/test_search/test_manager.py | 230 | CODE | |
| LOW | tests/unit/test_service/test_knowledge_search.py | 36 | CODE | |
| LOW | tests/unit/test_service/test_knowledge_crud.py | 69 | CODE | |
| LOW | tests/integration/test_knowledge_integration.py | 270 | CODE | |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 290 | CODE | |
| LOW | benchmarks/run.py | 63 | CODE | |
| LOW | src/everos/memory/cascade/worker.py | 441 | CODE | |
| LOW | src/everos/entrypoints/tui/demo/app.py | 456 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …test_api/test_routes/test_memorize_route_validation.py | 56 | "user@example.com", # email-style id (``@`` + dotted domain) | CODE |
| LOW | tests/integration/test_memorize_integration.py | 145 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_memorize_agent_mode.py | 133 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_memorize_window_segmentation.py | 126 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | …s/integration/test_memorize_concurrent_session_lock.py | 124 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_reflection_integration.py | 249 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_reflection_integration.py | 461 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_reflection_integration.py | 698 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …-cases/game-of-throne-demo/frontend/src/types/index.ts | 20 | followUps?: string[]; // AI-generated follow-up questions | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | use-cases/claude-code-plugin/README.md | 46 | export EVERMEM_API_KEY="your-api-key-here" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | use-cases/claude-code-plugin/install.sh | 25 | # Check if claude CLI is installed | COMMENT |
| LOW | use-cases/claude-code-plugin/install.sh | 82 | # Check if API key already exists | COMMENT |
| LOW | …e-code-plugin/hooks/scripts/session-context-wrapper.sh | 8 | # Check if SDK is installed, if not install it silently | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | use-cases/claude-code-plugin/mcp/server.js | 114 | async function handleRequest(request) { | CODE |