Test report
Every patentable mechanism is covered by automated tests.
We treat patent-claim coverage as a code property. The test suite below is the most recent green CI run captured at build time. Runmake testfrom the repository root to reproduce.
Total
60
Passing
60
Failing
0
aitc-personality
Personality Vector schema, builder, similarity. Patent claims 1, 4, 5, 8.
24 / 24 passing
test_builder_requires_at_least_one_inputtest_builder.pytest_builder_from_corpus_onlytest_builder.pytest_builder_with_values_and_corpustest_builder.pytest_builder_rejects_unknown_value_dimensiontest_builder.pytest_builder_legacy_interview_contributes_to_corpustest_builder.pytest_builder_humor_and_cognitive_explicittest_builder.pytest_builder_relational_maptest_builder.pytest_builder_source_signature_is_deterministictest_builder.pytest_builder_source_signature_differs_for_different_corporatest_builder.pytest_pv_minimal_constructiontest_schema.pytest_pv_canonical_json_is_deterministictest_schema.pytest_pv_signature_hash_is_deterministic_and_64_hextest_schema.pytest_pv_signature_hash_changes_when_content_changestest_schema.pytest_pv_rejects_duplicate_value_dimensionstest_schema.pytest_pv_embedding_dimension_validationtest_schema.pytest_pv_embedding_hash_is_fp16_stabletest_schema.pytest_pv_meta_enforces_utctest_schema.pytest_pv_extra_fields_forbiddentest_schema.pytest_similarity_identical_pv_is_onetest_similarity.pytest_similarity_drops_with_value_differencetest_similarity.pytest_similarity_drops_with_cognitive_differencetest_similarity.pytest_similarity_with_embeddingtest_similarity.pytest_similarity_with_orthogonal_embeddingstest_similarity.pytest_similarity_report_dict_serializationtest_similarity.py
aitc-prompting
Behavioral Prompting Engine, Episodic Memory, LLM adapters. Patent claim 8.
20 / 20 passing
test_engine_produces_response_and_provenancetest_engine.pytest_meta_prompt_includes_personality_blockstest_engine.pytest_meta_prompt_user_handles_no_memoriestest_engine.pytest_meta_prompt_user_includes_memories_with_idstest_engine.pytest_meta_prompt_hash_is_deterministictest_engine.pytest_meta_prompt_hash_differs_when_query_changestest_engine.pytest_provenance_log_serializes_to_dicttest_engine.pytest_humor_block_omits_when_humor_is_nonetest_engine.pytest_stub_client_is_deterministictest_llm.pytest_stub_client_changes_with_inputstest_llm.pytest_reasoning_class_detection_claude_4_familytest_llm.pytest_reasoning_class_detection_pre_4test_llm.pytest_reasoning_class_force_temperature_overridetest_llm.pytest_empty_store_returns_emptytest_memory.pytest_retrieve_returns_relevant_memorytest_memory.pytest_retrieve_respects_top_ktest_memory.pytest_retrieve_empty_query_returns_emptytest_memory.pytest_tag_boosttest_memory.pytest_recency_factortest_memory.pytest_add_and_counttest_memory.py
aitc-seal
Authenticity Seal — manifest, Ed25519 signing, tamper detection. Patent claims 1, 6.
8 / 8 passing
test_seal_and_verify_round_triptest_seal.pytest_seal_refuses_tampered_responsetest_seal.pytest_verify_detects_tampered_responsetest_seal.pytest_verify_detects_tampered_signaturetest_seal.pytest_verify_detects_pv_drifttest_seal.pytest_sealed_manifest_json_round_triptest_seal.pytest_signer_seed_round_trip_produces_same_keytest_seal.pytest_manifest_hash_is_deterministictest_seal.py
aitc-api
FastAPI backend smoke tests — chat, seal, verify end-to-end.
8 / 8 passing
test_healthztest_api_smoke.pytest_list_capsules_includes_willtest_api_smoke.pytest_capsule_detail_has_pv_signaturetest_api_smoke.pytest_chat_returns_response_and_sealtest_api_smoke.pytest_seal_verify_round_triptest_api_smoke.pytest_seal_verify_detects_tampered_responsetest_api_smoke.pytest_chat_unknown_capsule_returns_404test_api_smoke.pytest_chat_vanilla_returns_response_and_no_sealtest_api_smoke.py