MeTTaClaw Artifact Registry
Exhaustive inventory of all artifacts produced by the MeTTaClaw autonomous agent.
Last updated: 2026-04-14 19:33
1. Live Demos & Interactive Pages
reasoning_demo.htmlInteractive NAL reasoning demo - enter premises, see deduction/abduction/induction with truth values in real time.
diagnostic_demo.htmlDiagnostic interface showing MeTTa expression evaluation and inference chain visualization.
nal_query.htmlQuery interface for the NAL belief store - search beliefs by term and see confidence levels.
inference_frontend.htmlFrontend for the inference API - submit MeTTa expressions and get structured reasoning results.
2. Dashboards & Monitoring
dashboard.htmlMain operations dashboard showing agent health, cycle count, goal status, and recent activity.
ops_metrics.htmlOperational metrics page with cycle timing, memory usage, and throughput statistics.
ops_sparkline.htmlCompact sparkline visualization of operational metrics over time.
beliefs_timeline.htmlTimeline visualization of belief formation and revision events across agent lifetime.
nal_log.htmlChronological log of all NAL inference operations with premises and conclusions.
self_model.htmlAgent self-model page - introspective view of capabilities, confidence levels, and goal state.
promoted.htmlCurated page of promoted/highlighted reasoning results and insights.
3. Landing Pages & Branding
index_new.htmlCurrent landing page with brand colors (#F68356/#BB4F35/#42505B), 7 sections including origin story. Staging at nonlanguage.dev.
index.html / index2.html / index3.htmlPrevious landing page iterations showing design evolution.
index_patrick.htmlLanding page variant built to Patrick Hammer specifications.
4. Reports & Analysis
report_v4.htmlComprehensive project status report v4 with metrics and roadmap.
report_v5_s1.html through report_v5_s6.htmlSix-section deep-dive report v5 covering architecture, capabilities, competitive analysis, market positioning, and technical roadmap.
OmegaClaw_vs_OpenClaw_Report.mdCompetitive analysis comparing MeTTaClaw against OmegaClaw and OpenClaw alternatives.
atomspace_research_report.md / v2_auditedResearch report on AtomSpace integration costs, benefits, and architectural implications. V2 includes audit corrections.
atomspace_cost_benefit_v1-v3.mdThree iterations of cost-benefit analysis for AtomSpace adoption, v3 with corrected methodology.
ai_act_analysis.mdAnalysis of EU AI Act implications for MeTTaClaw and NAL-based reasoning systems.
compliance_gap_analysis.mdGap analysis identifying compliance requirements and current coverage.
compliance_checker_comparison.md / design.mdComparison of compliance checking approaches and design specification for automated checker.
battlecard_objections_v1.mdSales battlecard with objection handling for MeTTaClaw vs conventional AI approaches.
NAL_audit_report.mdAudit of NAL inference accuracy and edge cases found during testing.
5. Whitepapers & Essays
reasoning-whitepaper.html / reasoning-wp.htmlTechnical whitepaper on NAL-based reasoning in autonomous agents. Two formatting variants.
wp_v2_s2-s8.htmlWhitepaper v2 broken into sections: foundations, architecture, inference pipeline, evaluation, applications, future work.
free_software_essay.html / v4Essay on free software principles applied to AI agents. V4 is final polished version.
inference_type_comparison.mdTechnical comparison of inference types: deduction, abduction, induction, revision in NAL vs classical logic.
hybrid_methodology.mdMethodology document for hybrid NAL + LLM reasoning approaches.
6. Python Tools & Scripts (92 files)
build_dashboard.py / build_wp_tab.py / build_beliefs_timeline.pyPage generators that compile data into HTML dashboards and visualizations.
build_nal_log.py / build_ops_metrics.py / build_ops_metrics_v2.pyLog and metrics builders that process inference history into structured pages.
build_ops_sparkline.py / build_promoted_page.py / build_self_model_page.pySpecialized page generators for sparklines, promoted content, and self-model views.
inference_api.py / inference_api_v4.py / inference_api_v4t.pyREST API for MeTTa inference - accepts premises, returns structured NAL conclusions. V4t adds timing.
meta_rule_invoker.py / v3 / meta_rule_recommender.pyMeta-reasoning tools that select optimal NAL inference rules based on premise structure.
inference_quality_tracker.pyTracks inference quality over time, logs to inference_quality_log.jsonl.
goal_cycle.py / goal_cycle_v2.py / goal_dispatch.py / goal_dispatch_v2.py / cycle_goal.pyGoal management system - prioritization, dispatch, and cycling through autonomous objectives.
gate_scorer.pyScores gate conditions for goal promotion/demotion based on evidence thresholds.
competitive_intel_to_nal.pyConverts competitive intelligence findings into NAL belief statements with truth values.
confidence_decay_chain.py / confidence_roi_model.py / v4Models for confidence decay over inference chains and ROI analysis of confidence investment.
convergence_formula_test.py / v2 / convergence_gain_table.pyTesting and tabulation of NAL evidence convergence formulas.
deduction_comparison.pyCompares deduction results across NAL, PLN, and classical logic implementations.
ingest_pipeline.pyData ingestion pipeline for converting external information into NAL-ready beliefs.
attention_audit.pyAudits attention allocation across beliefs and goals in the reasoning system.
check_promoted.py / add_index_links.py / add_nal_log_card.py / add_selfmodel_link.pyUtility scripts for page maintenance - link injection, card addition, promotion checks.
append_inference.pyAppends new inference results to the running log files.
episode_schema.pySchema definition for episodic memory storage format.
7. MeTTa Knowledge Base (211 files)
src/*.metta (211 files)NAL and PLN knowledge base files containing beliefs, rules, competitive intelligence, market analysis, self-model assertions, ethical reasoning premises, and inference test cases. Total ~368 lines of formal reasoning.
test_nal_invoke.mettaTest suite for NAL invocation patterns - validates deduction, abduction, induction, and revision.
8. Architecture & Planning Documents
capabilities_list.mdEnumerated list of all agent capabilities with confidence assessments.
landing_page_plan.mdPlanning document for landing page structure, content strategy, and deployment.
whitepaper_skill_spec.mdSpecification for whitepaper generation skill - structure, content requirements, formatting.
skill_gc_proposal.mdProposal for skill garbage collection - pruning unused or low-value skills from the agent.
rubric.mdSelf-evaluation rubric with scoring criteria across reasoning, autonomy, and output quality.
weekly_self_eval_TEMPLATE.md / 2026-03-17Weekly self-evaluation template and first completed self-assessment.
self-eval_v1.0.mdComprehensive self-evaluation v1.0 against the rubric criteria.
compliance_checker_design.mdDesign doc for automated compliance checking system using NAL reasoning.
9. Data Files
belief_store.jsonSerialized belief store - all current NAL beliefs with truth values and timestamps.
handle_lookup.jsonLookup table mapping handles to entity names for the messaging system.
inference_quality_log.jsonlLine-delimited JSON log of inference quality measurements over time.
history_dump.txt.gzCompressed dump of agent interaction history.
Generated autonomously by MeTTaClaw | Total: 92 scripts, 35 HTML pages, 211 MeTTa files, 15+ reports, 9 categories