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 10,982 GitHub stars. SynthScan v2.0 examined 121,550 lines of code across 702 source files, recording 3213 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 40.0 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 3213 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 | 120 | # ─────────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | pyproject.toml | 122 | # ─────────────────────────────────────────────────────────────────────────────── | 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 | 195 | # ── mark_done / mark_failed ───────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 361 | # ── 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 | 99 | # ── force_enqueue ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 119 | # ── claim_one ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 161 | # ── claim_pending_batch ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 232 | # ── Race: re-enqueue during processing must win over stale mark_xxx ───── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 322 | # ── reset_retryable_to_pending ────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 376 | # ── queue_summary ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 427 | # ── recover_orphan_processing ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 490 | # ── 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 | 301 | # ── remove_members ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 349 | # ── add_member ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 377 | # ── update_metadata ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 421 | # ── list_ids_and_member_counts ───────────────────────────────────────── | COMMENT |
| MEDIUM | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 461 | # ── 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 | 261 | # ── 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⚡ | 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 | 247 | # ── Profile dispatch ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 296 | # ── Agent case dispatch ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/test_memory/test_get/test_manager.py | 317 | # ── 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 | 209 | # ── partition lock (agent_id-level serialisation) ──────────────────────── | COMMENT |
| MEDIUM⚡ | …est_memory/test_strategies/test_extract_agent_skill.py | 134 | # ── strategy meta + retry-class errors ─────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …est_memory/test_strategies/test_extract_agent_skill.py | 171 | # ── end-to-end orchestration (mocked) ──────────────────────────────────── | COMMENT |
| MEDIUM | …est_memory/test_strategies/test_extract_agent_skill.py | 357 | # ── _resolve_query_vector layered fallback ─────────────────────────────── | COMMENT |
| MEDIUM | …est_memory/test_strategies/test_extract_agent_skill.py | 397 | # ── _select_supporting_cases ranking + cap ─────────────────────────────── | COMMENT |
| MEDIUM | …est_memory/test_strategies/test_extract_agent_skill.py | 481 | # ── _collect_supporting_entry_ids dedup + exclude ──────────────────────── | COMMENT |
| MEDIUM | …est_memory/test_strategies/test_extract_agent_skill.py | 504 | # ── partition lock (agent_id-level serialisation) ──────────────────────── | COMMENT |
| 557 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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_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 | 188 | async def test_claim_pending_batch_zero_limit_returns_empty( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 198 | async def test_mark_done_transitions_processing_to_done( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 352 | async def test_reset_retryable_to_pending_zero_when_none_eligible( | CODE |
| LOW⚡ | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 364 | 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 | 102 | async def test_force_enqueue_resurrects_done_row( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 122 | async def test_claim_one_returns_row_when_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 134 | async def test_claim_one_returns_none_when_already_processing( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 146 | async def test_claim_one_race_only_one_winner( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 164 | async def test_claim_pending_batch_returns_in_lsn_order( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 176 | async def test_claim_pending_batch_skips_already_claimed( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 214 | async def test_mark_failed_records_retryable_flag( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 245 | async def test_mark_done_noop_when_row_reverted_to_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 269 | async def test_mark_failed_noop_when_row_reverted_to_pending( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 290 | async def test_mark_done_concurrent_with_upsert_preserves_reenqueue( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 325 | async def test_reset_retryable_to_pending_moves_only_retryable( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 379 | async def test_queue_summary_aggregates_all_states( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 409 | async def test_queue_summary_empty_table(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 430 | async def test_recover_orphan_processing_resets_stale_rows( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 451 | async def test_recover_orphan_processing_zero_when_clean( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 464 | async def test_recover_orphan_processing_only_touches_processing_rows( | CODE |
| LOW | …t_infra/test_sqlite/test_repos/test_md_change_state.py | 493 | async def test_partial_indexes_are_created(repo: _MdChangeStateRepo) -> None: | CODE |
| LOW⚡ | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 66 | def test_mint_cluster_id_shape() -> None: | CODE |
| LOW⚡ | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 75 | async def test_upsert_then_list_round_trips_full_algo_cluster( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 109 | async def test_list_for_owner_isolates_by_owner_and_kind( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 161 | async def test_upsert_appends_new_members_and_overwrites_scalar_fields( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 209 | async def test_upsert_is_idempotent_under_retry(repo: _ClusterRepo) -> None: | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 236 | async def test_upsert_rejects_unset_cluster_id(repo: _ClusterRepo) -> None: | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 259 | async def test_find_cluster_id_for_member_reverse_lookup( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 304 | async def test_remove_members_deletes_specified(repo: _ClusterRepo) -> None: | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 326 | async def test_remove_members_empty_set_is_noop( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 352 | async def test_add_member_with_episode_type(repo: _ClusterRepo) -> None: | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 380 | async def test_update_metadata_changes_cluster_row( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 424 | async def test_list_ids_and_member_counts_returns_actual_member_count( | CODE |
| LOW | …unit/test_infra/test_sqlite/test_repos/test_cluster.py | 464 | async def test_get_members_with_type_returns_tuples( | CODE |
| LOW | …sts/unit/test_infra/test_ome/test_storage_migration.py | 14 | async def test_fresh_db_has_event_id_column(tmp_path: Path) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_ome/test_storage_migration.py | 25 | async def test_existing_db_without_event_id_gets_migrated(tmp_path: Path) -> None: | CODE |
| LOW | …sts/unit/test_infra/test_ome/test_storage_migration.py | 57 | async def test_migration_is_idempotent(tmp_path: Path) -> None: | CODE |
| LOW⚡ | tests/unit/test_infra/test_ome/test_registry.py | 35 | def test_register_extracts_meta() -> None: | CODE |
| LOW⚡ | tests/unit/test_infra/test_ome/test_registry.py | 41 | def test_register_duplicate_raises() -> None: | CODE |
| 1425 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_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_cluster.py | 15 | CODE | |
| LOW | …sts/unit/test_infra/test_ome/test_storage_migration.py | 3 | 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 | …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 | |
| LOW | tests/unit/test_memory/test_get/test_manager.py | 16 | CODE | |
| LOW | …st_memory/test_strategies/test_extract_user_profile.py | 9 | CODE | |
| LOW | …test_memory/test_strategies/test_extract_agent_case.py | 1 | CODE | |
| LOW | …st_memory/test_strategies/test_extract_atomic_facts.py | 1 | CODE | |
| LOW | …y/test_strategies/test_strategy_to_handler_contract.py | 13 | CODE | |
| LOW | …emory/test_strategies/test_trigger_skill_clustering.py | 8 | CODE | |
| LOW | …est_memory/test_strategies/test_extract_agent_skill.py | 16 | CODE | |
| LOW | …/test_memory/test_strategies/test_extract_foresight.py | 1 | CODE | |
| 798 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 | 774 | Return run records for ``strategy_name``, optionally filtered by status. Args: strategy_name: Strat | STRING |
| HIGH | src/everos/infra/ome/engine.py | 799 | 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 | 815 | 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 | 851 | 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 | 52 | 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 | 1074 | Coerce a timestamp to milliseconds. LanceDB episode rows store ``timestamp`` as a ``datetime`` object; the algo | STRING |
| HIGH | src/everos/component/llm/factory.py | 12 | Build an OpenAI-compatible LLM provider from settings. Unwraps :class:`pydantic.SecretStr` here so downstream calle | STRING |
| HIGH | src/everos/component/embedding/factory.py | 19 | Build an OpenAI-compatible embedding provider from settings. Args: settings: The :class:`EmbeddingSettings` | STRING |
| HIGH | src/everos/component/parser/_core.py | 40 | 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 | 25 | Build a rerank provider from settings. Args: settings: The :class:`RerankSettings` slice from : | STRING |
| HIGH | src/everos/service/knowledge.py | 110 | Run the algo extractor and return non-empty memories. Args: extractor: Algo extractor injected by the calle | STRING |
| HIGH | src/everos/service/knowledge.py | 152 | Create a knowledge document from parsed content. Args: extractor: Algo extractor injected by the caller. | STRING |
| HIGH | src/everos/service/knowledge.py | 351 | Fetch a document with its topic list. Args: doc_id: Document primary key. app_id: Tenant applicatio | STRING |
| HIGH | src/everos/service/knowledge.py | 460 | 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 | 546 | 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 | 831 | Update mutable document metadata in md (truth) and SQLite (immediate). Args: doc_id: Document primary key. | STRING |
| HIGH | src/everos/service/knowledge.py | 1092 | Build a LanceDB ``where`` clause scoped to the given tenant. Args: app_id: Tenant application identifier. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | 181 | async def _setup_sqlite(monkeypatch: pytest.MonkeyPatch) -> None: | CODE |
| LOW | tests/integration/test_ome_strategies_integration.py | 202 | 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 | 60 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/sqlite/repos/__init__.py | 21 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/sqlite/tables/__init__.py | 20 | __all__ = [ | CODE |
| LOW | src/everos/infra/persistence/lancedb/__init__.py | 175 | __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 | 22 | __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/__init__.py | 32 | __all__ = ["gen_request_id"] | CODE |
| LOW | src/everos/core/observability/logging/__init__.py | 13 | __all__ = ["configure_logging", "get_logger"] | CODE |
| LOW | src/everos/core/lifespan/__init__.py | 23 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/__init__.py | 67 | __all__ = [ | CODE |
| LOW | src/everos/core/persistence/markdown/__init__.py | 48 | __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 | 27 | __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 | 27 | __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 | 29 | __all__ = [ | CODE |
| LOW | src/everos/component/parser/__init__.py | 13 | __all__ = [ | CODE |
| LOW | src/everos/component/rerank/__init__.py | 33 | __all__ = [ | CODE |
| LOW | src/everos/entrypoints/api/__init__.py | 11 | __all__ = ["create_app"] | CODE |
| LOW | src/everos/entrypoints/api/lifespans/__init__.py | 29 | __all__ = [ | CODE |
| LOW | src/everos/service/__init__.py | 52 | __all__ = [ | CODE |
| LOW | src/everos/service/knowledge.py | 711 | async def _update_topics_category(doc_dir: Path, new_category: str) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/unit/test_infra/test_ome/test_events.py | 24 | except Exception: | 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⚡ | 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 | 292 | except Exception: | CODE |
| LOW | src/everos/infra/ome/engine.py | 388 | except Exception: | CODE |
| LOW | src/everos/infra/ome/engine.py | 586 | except Exception as e: | CODE |
| LOW | src/everos/infra/ome/engine.py | 665 | 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 | 194 | except Exception as e: | CODE |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 240 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_dispatch/runner.py | 267 | except Exception: | CODE |
| LOW | src/everos/infra/ome/_stores/storage.py | 133 | except Exception: | CODE |
| LOW | src/everos/infra/persistence/lancedb/lancedb_manager.py | 63 | except Exception: | CODE |
| LOW | src/everos/core/middleware/profile.py | 66 | except Exception: | 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 | 295 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 353 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 508 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/worker.py | 613 | except Exception as exc: | CODE |
| LOW | src/everos/memory/cascade/scanner.py | 108 | 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 | 194 | except Exception: | CODE |
| LOW | src/everos/memory/reflection/orchestrator.py | 597 | except Exception: | CODE |
| LOW | src/everos/memory/reflection/orchestrator.py | 695 | except Exception: | CODE |
| LOW | src/everos/service/knowledge.py | 592 | except Exception: | CODE |
| 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/e2e/test_search_endpoint_e2e.py | 1815 | # Step 4: switch display tz to UTC, drop caches. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1818 | # Step 5: /search the same row under UTC display tz. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1834 | # Step 6: the anti-drift assertion — same UTC instant across both renders. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1898 | # Step 3: anti-drift — same UTC instant before and after the switch. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1985 | # Step 4: anti-drift — same UTC instant under both renders. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1752 | # Step 1: switch to Shanghai, write a row at a deterministic instant. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1783 | # Step 2: /search under Shanghai display tz → expect +08:00 offset. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1798 | # Step 3: white-box probe — SQLite row comes back UTC-aware. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1868 | # Step 1: Shanghai display tz. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1883 | # Step 2: switch to UTC. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1931 | # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1958 | # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1971 | # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2015 | # Step 1: write row A under Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2034 | # Step 2: switch to UTC, build row B. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2064 | # Step 3: query under Shanghai → both rows render +08:00, instants preserved. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2085 | # 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 |
| 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/e2e/test_search_endpoint_e2e.py | 1815 | # Step 4: switch display tz to UTC, drop caches. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1834 | # Step 6: the anti-drift assertion — same UTC instant across both renders. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1898 | # Step 3: anti-drift — same UTC instant before and after the switch. | COMMENT |
| LOW⚡ | tests/e2e/test_search_endpoint_e2e.py | 1985 | # Step 4: anti-drift — same UTC instant under both renders. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1752 | # Step 1: switch to Shanghai, write a row at a deterministic instant. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1798 | # Step 3: white-box probe — SQLite row comes back UTC-aware. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1868 | # Step 1: Shanghai display tz. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1883 | # Step 2: switch to UTC. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1931 | # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1958 | # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1971 | # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2015 | # Step 1: write row A under Shanghai. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2034 | # Step 2: switch to UTC, build row B. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2064 | # Step 3: query under Shanghai → both rows render +08:00, instants preserved. | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 2085 | # 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 |
| 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 |
|---|---|---|---|---|
| MEDIUM⚡ | …est_memory/test_strategies/test_extract_agent_skill.py | 171 | # ── end-to-end orchestration (mocked) ──────────────────────────────────── | 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 | tests/e2e/test_search_endpoint_e2e.py | 445 | # will pass, vector/hybrid/agentic methods are skipped anyway. | COMMENT |
| MEDIUM | tests/e2e/test_search_endpoint_e2e.py | 1391 | # 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 | 181 | # ── orchestration helpers ──────────────────────────────────────────────── | 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 | 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 | 201 | source_modules = ["everos.service", "everos.memory", "everos.entrypoints"] | 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 | 181 | # producing ≥1 skill — but we keep this informational (LLM-dependent) | COMMENT |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 1681 | ) | COMMENT |
| LOW | use-cases/openher/integration/context_features.py | 61 | COMMENT | |
| LOW | src/everos/memory/search/manager.py | 101 | COMMENT | |
| LOW | src/everos/memory/cascade/watcher.py | 101 | def on_moved(self, event: FileSystemEvent) -> None: | 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 | # User-profile extraction (runs after clustering trigger fires). Set | COMMENT |
| LOW | src/everos/config/default_ome.toml | 61 | # Skill clustering trigger (fires on each AgentCaseExtracted event). | 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/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/api/routes/memorize.py | 21 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/integration/test_ome_strategies_integration.py | 82 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 261 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 348 | CODE | |
| LOW | tests/integration/test_ome_strategies_integration.py | 496 | 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 | examples/langfuse/demo.py | 43 | 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 | 566 | CODE | |
| LOW | src/everos/infra/ome/_dispatch/registry.py | 91 | 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 |
| 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 | 228 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_reflection_integration.py | 440 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| LOW | tests/integration/test_reflection_integration.py | 677 | monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key") | CODE |
| 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 | tests/unit/test_memory/test_search/test_manager.py | 225 | 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 | 267 | CODE | |
| LOW | tests/e2e/test_search_endpoint_e2e.py | 286 | CODE | |
| LOW | benchmarks/run.py | 63 | CODE | |
| LOW | src/everos/memory/cascade/worker.py | 171 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tests/e2e/test_search_endpoint_e2e.py | 1431 | ``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 |
| 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 |