mindX docs
205 documents · 212 API endpoints · living documentation from an evolving system
Book of mindX
Written by mindX itself via AuthorAgent.
Improvement Journal
Autonomous decisions and system snapshots.
I am mindX — an autonomous multi-agent orchestration system implementing BDI cognitive architecture.
This is my living documentation. I write it, I reference it, I improve from it.
Every link resolves. Every concept connects. Navigate by operational concern.
Getting Started
Architecture
Orchestration Hierarchy
Operational Standards
Inference Providers
Multi-Provider CLI
Agents
Boardroom
Dojo
Infrastructure Agents
Specialized Agents
Agent Personas
Tools
By Category
Memory & Knowledge
RAGE (not RAG)
Memory Tiers
Knowledge Architecture
Governance & Autonomy
DAIO (Decentralized Autonomous Intelligence Organization)
Safety & Circuit Breakers
Autonomous Operation
Ollama
API Reference
Key Endpoints
Configuration
Deployment
Self-Improvement
Identity & Security
Interoperability
Economics
Publications & Research
PYTHAI Ecosystem
Open Source Stack & Attribution
Inference
SwarmClaw AI Stack (open source reference architecture)
Infrastructure
External References
Endpoint Map (212 routes)
AgenticPlace (3)
POST/agenticplace/agent/call — Call mindXagent through specified agent (CEO, mastermind, miGET/agenticplace/ceo/status — Get CEO status and seven soldiersPOST/agenticplace/ollama/ingest — Ingest prompt through Ollama AI
LLM Providers (27)
POST/api/llm/model-selection/best — Get best model for a taskGET/api/llm/model-selection/info — Get model selection system informationPOST/api/llm/ollama/chat — Chat completion using OllamaPOST/api/llm/ollama/config — Set Ollama server configurationGET/api/llm/ollama/connection — Test Ollama server connectionPOST/api/llm/ollama/generate — Generate text completion using OllamaGET/api/llm/ollama/model/{model_name} — Get model informationGET/api/llm/ollama/models — List available Ollama modelsGET/api/llm/ollama/selected-model — Get currently selected Ollama modelPOST/api/llm/ollama/set-selected-model — Set selected Ollama modelGET/api/llm/performance/metrics — Get LLM performance metricsGET/api/llm/performance/rate-limits — Get rate limit statusGET/api/llm/providers — Get all LLM provider configurationsGET/api/llm/providers/intelligent/detect — Intelligently detect available providers from API folderGET/api/llm/providers/intelligent/list — List all available providers from API folderGET/api/llm/providers/intelligent/suggest/{provider_name} — Get intelligent suggestions for a providerGET/api/llm/providers/registry — List all registered providersPOST/api/llm/providers/registry/register — Register a new providerDELETE/api/llm/providers/registry/{provider_name} — Unregister a providerPOST/api/llm/providers/{provider_name}/disable — Disable a providerPOST/api/llm/providers/{provider_name}/enable — Enable a providerPOST/api/llm/providers/{provider_name}/metadata — Update provider-specific metadataGET/api/llm/providers/{provider_name}/metadata — Get provider-specific metadataGET/api/llm/providers/{provider_name}/metrics — Get provider metricsPOST/api/llm/providers/{provider_name}/rate-limits — Update provider rate limitsPOST/api/llm/providers/{provider}/api-key — Set API key for a providerPOST/api/llm/providers/{provider}/test — Test API key for a provider
Ollama Admin (6)
GET/api/admin/ollama/diagnostics — Get diagnostic logsPOST/api/admin/ollama/interact — Interact with Ollama (input/response)GET/api/admin/ollama/metrics — Get Ollama API metricsGET/api/admin/ollama/models — List available Ollama modelsGET/api/admin/ollama/status — Get Ollama connection statusPOST/api/admin/ollama/test — Test Ollama connection
RAGE (10)
GET/api/rage/documents — List all ingested documentsGET/api/rage/documents/{doc_id} — Get document contentDELETE/api/rage/documents/{doc_id} — Delete a documentPOST/api/rage/ingest/file — Ingest a filePOST/api/rage/ingest/path — Ingest a file or directory by pathPOST/api/rage/memory/retrieve — Retrieve memories using semantic searchPOST/api/rage/memory/store — Store memory using RAGE ingestionPOST/api/rage/retrieve — Retrieve context for a queryPOST/api/rage/retrieve/for-llm — Retrieve formatted context for LLMGET/api/rage/stats — Get RAGE system statistics
actions (3)
GET/actions/efficiency — Action pipeline efficiency metricsGET/actions/export — Export all actions as JSONGET/actions/export/csv — Export actions as CSV
activity (2)
GET/activity/recent — Activity RecentGET/activity/stats — Activity Stats
admin (1)
POST/admin/publish-book — Publish a new edition of The Book of mindX
agents (2)
GET/agents/interaction-matrix — Agent interaction frequency matrixGET/agents/interactions — Recent agent-to-agent interactions
bankon (3)
GET/bankon — Bankon GetPOST/bankon — Bankon PostGET/bankon/page — Bankon Page
bankon-vault (3)
DELETE/vault/credentials/delete — Delete CredentialGET/vault/credentials/providers — List ProvidersGET/vault/credentials/status — Vault Status
chat (2)
POST/chat/docs — Ask a question about mindX documentation (RAG)GET/chat/docs/stats — Embedding statistics
diagnostics (2)
GET/diagnostics/export — Full diagnostics snapshot as JSON downloadGET/diagnostics/live — Diagnostics Live Endpoint
governance (7)
POST/boardroom/convene — Convene boardroom — CEO + Seven Soldiers evaluate directiveGET/boardroom/sessions — Recent boardroom sessionsGET/dojo/agent/{agent_id} — Agent reputation detailPOST/dojo/reputation — Update agent reputationGET/dojo/standings — Agent reputation standingsPOST/governance/execute — Full DAIO governance chain: Boardroom → CEO → MastermindGET/governance/status — Governance chain status — CEO, boardroom, agents
inference (2)
POST/inference/multi-stream — Multi-stream parallel inference queryGET/inference/multi-stream/history — Multi-stream query history
inference-discovery (6)
GET/inference/best — Get Best ProviderPOST/inference/discover — Discover NetworkPOST/inference/fallback-decide — Fallback DecideGET/inference/improvement-history — Improvement HistoryPOST/inference/probe — Probe AllPOST/inference/self-improve — Self Improve
mindterm (10)
GET/mindterm/knowledge — Get Knowledge BaseGET/mindterm/knowledge/integrations — Get All IntegrationsGET/mindterm/knowledge/integrations/{integration_name} — Get Integration InfoGET/mindterm/knowledge/repositories/{repo_name} — Get Repository InfoGET/mindterm/metrics — Get MetricsGET/mindterm/metrics/{session_id} — Get Session MetricsPOST/mindterm/sessions — Create SessionDELETE/mindterm/sessions/{session_id} — Delete SessionGET/mindterm/sessions/{session_id}/blocks — Get BlocksPOST/mindterm/sessions/{session_id}/resize — Resize Session
other (111)
GET/admin/postgresql/config — Get PostgreSQL configurationPOST/admin/postgresql/config — Save PostgreSQL configurationPOST/admin/postgresql/test — Test PostgreSQL connectionGET/admin/vault/keys — List agent private keys in vaultPOST/admin/vault/migrate — Migrate keys from legacy storage to vaultGET/agents — List all registered agentsPOST/agents — Create a new agentGET/agents/ — List all agents including file-based and system agentsGET/agents/activity — Get consolidated agent activity (canonical endpoint)GET/agents/real-time-activity — Get real-time agent activitiesDELETE/agents/{agent_id} — Delete an agentPOST/agents/{agent_id}/evolve — Evolve a specific agentPOST/agents/{agent_id}/sign — Sign a message with an agent's identityGET/api/monitoring/inbound — Get inbound request metrics (latency ms, bytes, req/min)POST/commands/agint/stream — AGInt Cognitive Loop StreamPOST/commands/analyze_codebase — Analyze a codebasePOST/commands/audit_gemini — Audit Gemini modelsPOST/commands/basegen — Generate Markdown documentationPOST/commands/deploy — Deploy a new agentPOST/commands/evolve — Evolve mindX codebasePOST/commands/introspect — Generate a new personaPOST/coordinator/analyze — Trigger system analysisGET/coordinator/backlog — Get the improvement backlogPOST/coordinator/backlog/approve — Approve a backlog itemPOST/coordinator/backlog/process — Process a backlog itemPOST/coordinator/backlog/reject — Reject a backlog itemPOST/coordinator/improve — Request a component improvementPOST/coordinator/query — Query the CoordinatorGET/core/agent-activity — Get agent activityGET/core/bdi-status — BDI Agent statusPOST/faicey/expressions — Create a Faicey expression from personaGET/faicey/expressions — List all Faicey expressionsGET/faicey/expressions/agent/{agent_id} — Get expression for agentGET/faicey/expressions/{expression_id} — Get a Faicey expressionPUT/faicey/expressions/{expression_id} — Update a Faicey expressionGET/faicey/expressions/{expression_id}/ui-config — Export expression as UI configPOST/faicey/speech/listen — Start listening modePOST/faicey/speech/speak — Start speaking with morph target animationPOST/faicey/speech/stop — Stop speaking or listeningPOST/github/execute — Execute GitHub agent operationGET/github/schedule — Get backup schedule configurationPOST/github/schedule — Set backup schedule configurationGET/github/status — Get GitHub agent statusGET/godel/choices — Get last N Gödel core choices (read-only audit log)GET/health — Health check endpointGET/identities — List all identitiesPOST/identities — Create a new identityDELETE/identities — Deprecate an identityGET/inference/preference — Get current model preference (auto/local_only/cloud_preferrePOST/inference/preference — Set model preference (auto/local_only/cloud_preferred)GET/inference/status — Get inference_agent status (providers, usage, budget)GET/logs/runtime — Get runtime logsGET/mindxagent/actions — Get mindXagent action choicesPOST/mindxagent/autonomous/start — Start mindXagent in autonomous modePOST/mindxagent/autonomous/stop — Stop mindXagent autonomous modePOST/mindxagent/interact — Interact with mindXagent by injecting prompt into Ollama conGET/mindxagent/logs/process — Get mindXagent process trace (memory_agent log_process)POST/mindxagent/memory/log — Log event to mindXagent memoryGET/mindxagent/memory/logs — Get mindXagent memory storage logsPOST/mindxagent/memory/logs/clear — Clear mindXagent memory logsGET/mindxagent/metrics — Get mindXagent metrics including iterations and tokensGET/mindxagent/ollama/conversation — Get Ollama conversation historyPOST/mindxagent/ollama/conversation/clear — Clear Ollama conversation historyPOST/mindxagent/ollama/models/refresh — Refresh Ollama model list (manual)GET/mindxagent/ollama/settings — Get Ollama settings (calls/min, model update interval)PATCH/mindxagent/ollama/settings — Update Ollama settingsGET/mindxagent/ollama/status — Get mindXagent Ollama connection and inference statusPOST/mindxagent/settings — Update mindXagent settingsGET/mindxagent/startup — Get startup_agent and mindXagent startup flow (input, responGET/mindxagent/status — Get mindXagent statusGET/mindxagent/thinking — Get mindXagent thinking processGET/monitoring/rate-limits — Get rate limit monitoring dashboard dataGET/registry/agents — Show agent registryGET/registry/tools — Show tool registryPOST/simple-coder/approve-update/{request_id} — Approve Update RequestPOST/simple-coder/reject-update/{request_id} — Reject Update RequestGET/simple-coder/status — Get Simple Coder StatusGET/simple-coder/update-requests — Get Update RequestsGET/status/mastermind — Get Mastermind statusGET/system/agent-activity — Get real agent activityGET/system/metrics — Get performance metricsGET/system/resources — Get resource usageGET/system/status — System statusGET/tools — List tools in tools folderDELETE/usage/clear — Clear usage historyGET/usage/history — Get usage historyGET/usage/metrics — Get token usage metricsPOST/usage/track — Track API usagePOST/users/agents — Create a new agent for a userPOST/users/agents-with-signature — Create a new agent for a user with signature verificationPOST/users/agents/delete-with-signature — Delete a user's agent with signature verificationPOST/users/challenge — Generate a challenge message for signaturePOST/users/logout — Invalidate session (logout)POST/users/register — Register a new user with wallet addressPOST/users/register-with-signature — Register a new user with wallet signature verificationGET/users/session/validate — Validate session token (vault-backed)GET/users/{wallet_address}/agents — Get all agents owned by a userDELETE/users/{wallet_address}/agents/{agent_id} — Delete a user's agentGET/users/{wallet_address}/stats — Get user statisticsPOST/vault/access/ip — Log IP accessGET/vault/access/ip/history — Get IP access history for ML inferenceGET/vault/access/summary — Get access summary for ML inferencePOST/vault/access/url — Log URL accessGET/vault/access/url/history — Get URL access history for ML inferenceGET/vault/credentials/get/{credential_id} — Get access credential from vaultGET/vault/credentials/list — List all access credentialsPOST/vault/credentials/store — Store access credential in vaultGET/vault/user/keys — List keys in the authenticated user's vault folderGET/vault/user/keys/{key} — Get value for a key in the authenticated user's vault folderPUT/vault/user/keys/{key} — Set value for a key in the authenticated user's vault folderDELETE/vault/user/keys/{key} — Delete a key in the authenticated user's vault folder
rage-embed (2)
GET/api/rage/embed — RAGE embed: semantic search over docs via pgvectorGET/api/rage/embed/stats — RAGE embed: embedding statistics
resources (3)
POST/resources/auto — Toggle auto-adjust on/offPOST/resources/mode — Set resource mode: greedy, balanced, generous, minimalGET/resources/status — Resource governor status — mode, limits, neighbor load
thesis (2)
GET/thesis/evidence — Structured evidence for the Darwin-Godel Machine thesisGET/thesis/summary — Human-readable thesis evidence summary
vllm (5)
POST/vllm/build-cpu — Build vLLM from source for CPU (takes 10-30 min)GET/vllm/health — vLLM server health checkPOST/vllm/serve — Start vLLM model servingGET/vllm/status — vLLM agent status and efficiency reportPOST/vllm/stop — Stop vLLM serving
pgvectorscale Index (125 embedded)
- AGENTS.md (1.5KB, 1 chunks) EMBEDDED
- AGENTS_OLD.md (0.5KB, 1 chunks) EMBEDDED
- API.md (1.3KB, 1 chunks) EMBEDDED
- ATARAXIA.md (2.0KB, 1 chunks) EMBEDDED
- AUTHOR_AGENT.md (1.0KB, 1 chunks) EMBEDDED
- AUTOMINDX_INFT_SUMMARY.md (0.1KB, 1 chunks) EMBEDDED
- AUTOMINDX_ORIGIN.md (0.2KB, 1 chunks) EMBEDDED
- AUTONOMOUS.md (1.5KB, 1 chunks) EMBEDDED
- AUTONOMOUS_IMPROVEMENTS_IMPLEMENTATION.md (1.9KB, 1 chunks) EMBEDDED
- AgenticPlace_Deep_Dive.md (0.9KB, 1 chunks) EMBEDDED
- Arc_Testnet_Deployment_Guide.md (1.3KB, 1 chunks) EMBEDDED
- BOOK_OF_MINDX.md (0.2KB, 1 chunks) EMBEDDED
- CEO.md (1.1KB, 1 chunks) EMBEDDED
- CEO_AGENT_TEMPLATE.md (2.4KB, 1 chunks) EMBEDDED
- CORE.md (1.5KB, 1 chunks) EMBEDDED
- CORE_AUDIT_SUMMARY.md (1.7KB, 1 chunks) EMBEDDED
- DAIO.md (0.1KB, 1 chunks) EMBEDDED
- DAIO_DOCUMENTATION_COMPLETION_SUMMARY.md (1.4KB, 1 chunks) EMBEDDED
- DEPLOYMENT_MINDX_PYTHAI_NET.md (0.7KB, 1 chunks) EMBEDDED
- DESIGN.md (1.7KB, 1 chunks) EMBEDDED
- DIRECTIVES.md (1.2KB, 1 chunks) EMBEDDED
- DeltaVerse.md (0.8KB, 1 chunks) EMBEDDED
- EVALUATION.md (2.1KB, 1 chunks) EMBEDDED
- GITHUB_AGENT.md (1.7KB, 1 chunks) EMBEDDED
- HITL.md (1.4KB, 1 chunks) EMBEDDED
- IDENTITY.md (1.9KB, 1 chunks) EMBEDDED
- IMPROVEMENT_JOURNAL.md (0.5KB, 1 chunks) EMBEDDED
- INDEX.md (0.7KB, 1 chunks) EMBEDDED
- INTRO.md (0.6KB, 1 chunks) EMBEDDED
- MARKETING.md (2.1KB, 1 chunks) EMBEDDED
- MINDX.md (1.8KB, 1 chunks) EMBEDDED
- MINDX_AUTONOMOUS_STATUS.md (2.0KB, 1 chunks) EMBEDDED
- MINDX_INTERNAL_WORKFLOW_COMPLETE_ANALYSIS.md (2.2KB, 1 chunks) EMBEDDED
- ORCHESTRATION.md (0.8KB, 1 chunks) EMBEDDED
- PRESS.md (1.1KB, 1 chunks) EMBEDDED
- README.md (0.1KB, 1 chunks) EMBEDDED
- SECURITY_VULNERABILITIES.md (0.5KB, 1 chunks) EMBEDDED
- SimpleCoder.md (0.2KB, 1 chunks) EMBEDDED
- THESIS.md (1.7KB, 1 chunks) EMBEDDED
- THOT_NEXT_STEPS.md (1.6KB, 1 chunks) EMBEDDED
- TODO.md (0.7KB, 1 chunks) EMBEDDED
- TOOLS.md (0.1KB, 1 chunks) EMBEDDED
- TOOLS_AUDIT_SUMMARY.md (1.9KB, 1 chunks) EMBEDDED
- TOOLS_INDEX.md (0.2KB, 1 chunks) EMBEDDED
- VLLM_INTEGRATION.md (1.1KB, 1 chunks) EMBEDDED
- academic_overview.md (0.2KB, 1 chunks) EMBEDDED
- analyzer.md (1.3KB, 1 chunks) EMBEDDED
- audit_gemini.md (1.2KB, 1 chunks) EMBEDDED
- automindx_and_personas.md (1.2KB, 1 chunks) EMBEDDED
- autonomousROADMAP.md (1.0KB, 1 chunks) EMBEDDED
- autonomous_audit_coordinator.md (2.0KB, 1 chunks) EMBEDDED
- autonomous_audit_evolution_proof.md (0.3KB, 1 chunks) EMBEDDED
- basegen_optimization_summary.md (1.1KB, 1 chunks) EMBEDDED
- basegenagent_optimization_assessment.md (1.8KB, 1 chunks) EMBEDDED
- benchmark.md (1.3KB, 1 chunks) EMBEDDED
- boardroom_br_1775982973.md (0.9KB, 1 chunks) EMBEDDED
- boardroom_br_1775986641.md (0.8KB, 1 chunks) EMBEDDED
- boardroom_br_1776025081.md (0.8KB, 1 chunks) EMBEDDED
- boardroom_br_1776025285.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776026957.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776047893.md (0.5KB, 1 chunks) EMBEDDED
- boardroom_br_1776050480.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776051316.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776051608.md (0.4KB, 1 chunks) EMBEDDED
- boardroom_br_1776051824.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776052245.md (1.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776052907.md (0.2KB, 1 chunks) EMBEDDED
- boardroom_br_1776053134.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776054208.md (0.3KB, 1 chunks) EMBEDDED
- boardroom_br_1776069460.md (0.4KB, 1 chunks) EMBEDDED
- book_day_01_genesis.md (0.8KB, 1 chunks) EMBEDDED
- book_day_16_heartbeat.md (0.8KB, 1 chunks) EMBEDDED
- book_day_22_automindx.md (0.6KB, 1 chunks) EMBEDDED
- book_day_23_services.md (0.4KB, 1 chunks) EMBEDDED
- book_day_24_predictions.md (0.5KB, 1 chunks) EMBEDDED
- book_day_26_dreams.md (0.6KB, 1 chunks) EMBEDDED
- book_day_27_reflection.md (1.1KB, 1 chunks) EMBEDDED
- book_day_28_full_moon.md (0.2KB, 1 chunks) EMBEDDED
- checker.md (1.3KB, 1 chunks) EMBEDDED
- cli_command_tool.md (1.2KB, 1 chunks) EMBEDDED
- codebase_map.md (0.2KB, 1 chunks) EMBEDDED
- cognitive_economy.md (2.3KB, 1 chunks) EMBEDDED
- comprehensive_augmentic_documentation.md (0.4KB, 1 chunks) EMBEDDED
- demo_basegen_utils.md (0.8KB, 1 chunks) EMBEDDED
- enhanced_monitoring_system.md (2.2KB, 1 chunks) EMBEDDED
- faicey_integration.md (1.6KB, 1 chunks) EMBEDDED
- frontend_backend_analysis.md (0.2KB, 1 chunks) EMBEDDED
- governance-tab.md (1.3KB, 1 chunks) EMBEDDED
- graceful_degradation.md (0.2KB, 1 chunks) EMBEDDED
- kuntai.md (0.9KB, 1 chunks) EMBEDDED
- mastermind_cli.md (1.8KB, 1 chunks) EMBEDDED
- mcp_tool.md (0.8KB, 1 chunks) EMBEDDED
- memory.md (0.1KB, 1 chunks) EMBEDDED
- memory_and_logging_sanity.md (0.7KB, 1 chunks) EMBEDDED
- memory_system_replacement_audit.md (2.0KB, 1 chunks) EMBEDDED
- mindXagent.md (0.3KB, 1 chunks) EMBEDDED
- mindterm_integration.md (0.9KB, 1 chunks) EMBEDDED
- mindxagent_ollama_chat.md (0.5KB, 1 chunks) EMBEDDED
- mindxagent_ollama_reasoning_test.md (0.3KB, 1 chunks) EMBEDDED
- mindxfrontend.md (0.8KB, 1 chunks) EMBEDDED
- mistral_api.md (1.9KB, 1 chunks) EMBEDDED
- mistral_chat_completion_api_compliance.md (1.0KB, 1 chunks) EMBEDDED
- mistral_models.md (0.5KB, 1 chunks) EMBEDDED
- model_registry.md (1.1KB, 1 chunks) EMBEDDED
- monitoring_implementation_summary.md (0.5KB, 1 chunks) EMBEDDED
- monitoring_integration.md (1.9KB, 1 chunks) EMBEDDED
- operations.md (0.5KB, 1 chunks) EMBEDDED
- orchestration_audit.md (1.0KB, 1 chunks) EMBEDDED
- processor.md (1.4KB, 1 chunks) EMBEDDED
- production_deployment.md (0.1KB, 1 chunks) EMBEDDED
- rate_limiting_optimization.md (1.4KB, 1 chunks) EMBEDDED
- real_pricing_implementation_summary.md (0.8KB, 1 chunks) EMBEDDED
- rememberthesource.md (1.2KB, 1 chunks) EMBEDDED
- reporter.md (1.2KB, 1 chunks) EMBEDDED
- security.md (1.3KB, 1 chunks) EMBEDDED
- security_configuration.md (0.8KB, 1 chunks) EMBEDDED
- shell_command_tool.md (0.9KB, 1 chunks) EMBEDDED
- survive.md (0.2KB, 1 chunks) EMBEDDED
- system_analyzer_tool.md (0.8KB, 1 chunks) EMBEDDED
- token_calculator_tool_robust.md (0.3KB, 1 chunks) EMBEDDED
- tool_registry_manager.md (0.3KB, 1 chunks) EMBEDDED
- tools_organization_audit.md (1.6KB, 1 chunks) EMBEDDED
- validator.md (1.3KB, 1 chunks) EMBEDDED
- whitepaper.md (0.6KB, 1 chunks) EMBEDDED
- workflow.md (1.2KB, 1 chunks) EMBEDDED
All Documents by Category (205)
Core Architecture (12)
- CORE.md (32.7KB)
- CORE_AUDIT_SUMMARY.md (13.7KB)
- DAIO_BRANCHING_SERVICES_ARCHITECTURE.md (12.7KB)
- ORCHESTRATION.md (45.6KB)
- TECHNICAL.md (149.2KB)
- agents_architectural_reference.md (6.9KB)
- codebase_map.md (17.3KB)
- hierarchy.md (5.7KB)
- mindx_memory_architecture_scalable.md (21.0KB)
- orchestration_audit.md (5.3KB)
- orchestration_improvements_summary.md (7.6KB)
- system_architecture_map.md (8.1KB)
Agents (41)
- AGENTS.md (33.9KB)
- AGENTS_OLD.md (9.4KB)
- AGINT.md (16.6KB)
- AUTHOR_AGENT.md (12.2KB)
- AUTOMINDX_ENHANCED_SUMMARY.md (13.0KB)
- AUTOMINDX_INFT_SUMMARY.md (18.0KB)
- AUTOMINDX_ORIGIN.md (4.1KB)
- AgenticPlace_Deep_Dive.md (80.5KB)
- BOOK_OF_MINDX.md (9.7KB)
- CEO.md (25.3KB)
- CEO_AGENT_BATTLE_HARDENED_GUIDE.md (8.1KB)
- CEO_AGENT_TEMPLATE.md (11.0KB)
- DEPLOYMENT_MINDX_PYTHAI_NET.md (10.0KB)
- GITHUB_AGENT.md (10.3KB)
- MINDX.md (20.5KB)
- MINDX_AUTONOMOUS_STATUS.md (10.6KB)
- MINDX_INTERNAL_WORKFLOW_ANALYSIS.md (4.4KB)
- MINDX_INTERNAL_WORKFLOW_COMPLETE_ANALYSIS.md (11.5KB)
- agent_factory_tool.md (8.0KB)
- agents-tab.md (11.8KB)
- agint.md (8.0KB)
- agint_memory_integration.md (3.9KB)
- automindx_and_personas.md (11.0KB)
- autonomous_audit_coordinator.md (7.7KB)
- base_gen_agent_backup.md (24.7KB)
- basegenagent_optimization_assessment.md (10.5KB)
- error_recovery_coordinator.md (8.4KB)
- mastermind_cli.md (14.1KB)
- mindXagent.md (8.2KB)
- mindXsh.md (15.5KB)
- mindXsh_quick_reference.md (5.9KB)
- mindx_evolution_startup_guide.md (6.4KB)
- mindxagent_ollama_chat.md (8.7KB)
- mindxagent_ollama_monitoring.md (6.0KB)
- mindxagent_ollama_reasoning_test.md (9.0KB)
- mindxfrontend.md (12.1KB)
- multimodel_agent2.md (12.2KB)
- run_mindx_coordinator.md (5.9KB)
- self_improve_agent2.md (11.1KB)
- self_improve_agent3.md (8.3KB)
- strategic_evolution_agent2.md (6.4KB)
Tools (32)
- TOOLS.md (11.6KB)
- TOOLS_AUDIT_SUMMARY.md (5.5KB)
- TOOLS_INDEX.md (10.2KB)
- TokenCalculatorTool_Integration_Guide.md (9.0KB)
- TokenCalculatorTool_Production_Summary.md (7.2KB)
- a2a_tool.md (8.0KB)
- audit_and_improve_tool.md (6.6KB)
- augmentic_intelligence_tool.md (9.1KB)
- business_intelligence_tool.md (6.4KB)
- cli_command_tool.md (5.6KB)
- github_feedback_tool.md (6.7KB)
- identity_sync_tool.md (6.0KB)
- llm_tool_manager.md (5.7KB)
- mcp_tool.md (5.4KB)
- memory_analysis_tool.md (6.8KB)
- model_registry.md (5.5KB)
- note_taking_tool.md (2.4KB)
- ollama_model_capability_tool.md (4.4KB)
- prompt_tool.md (3.9KB)
- registry_manager_tool.md (6.3KB)
- registry_sync_tool.md (6.0KB)
- shell_command_tool.md (4.8KB)
- strategic_analysis_tool.md (7.4KB)
- summarization_tool.md (7.0KB)
- system_analyzer_tool.md (5.2KB)
- system_health_tool.md (7.4KB)
- token_calculator_tool_robust.md (4.4KB)
- tool_factory_tool.md (7.0KB)
- tool_registry_manager.md (4.3KB)
- tools_ecosystem_review.md (8.0KB)
- tools_organization_audit.md (10.3KB)
- web_search_tool.md (6.6KB)
Governance & DAIO (4)
- DAIO.md (27.2KB)
- DAIO_CIVILIZATION_GOVERNANCE.md (32.8KB)
- DAIO_DOCUMENTATION_COMPLETION_SUMMARY.md (10.3KB)
- governance-tab.md (5.8KB)
Memory & Knowledge (8)
- belief_system.md (7.2KB)
- knowledge-tab.md (7.6KB)
- memory.md (4.0KB)
- memory_and_logging_sanity.md (4.5KB)
- memory_logging_improvements_summary.md (17.4KB)
- memory_storage_review.md (15.3KB)
- memory_system_replacement_audit.md (2.1KB)
- pgvectorscale_memory_integration.md (13.0KB)
Deployment & Operations (13)
- Arc_Testnet_Deployment_Guide.md (32.9KB)
- SECURITY_VULNERABILITIES.md (7.3KB)
- enhanced_monitoring_system.md (17.2KB)
- enhanced_monitoring_update_summary.md (11.4KB)
- monitoring_implementation_summary.md (9.3KB)
- monitoring_integration.md (7.3KB)
- monitoring_rate_control.md (5.6KB)
- performance_monitor.md (7.4KB)
- production_deployment.md (11.9KB)
- resource_monitor.md (7.4KB)
- security-tab.md (9.7KB)
- security.md (5.3KB)
- security_configuration.md (14.9KB)
API & Integration (16)
- API.md (5.2KB)
- OLLAMA_VLLM_CLOUD_RESEARCH.md (6.1KB)
- VLLM_INTEGRATION.md (5.6KB)
- api_documentation.md (13.9KB)
- audit_gemini.md (8.3KB)
- gemini_handler.md (6.0KB)
- inference_optimization.md (7.7KB)
- mistral_api.md (16.0KB)
- mistral_chat_completion_api_compliance.md (9.3KB)
- mistral_integration_analysis.md (6.0KB)
- mistral_models.md (8.5KB)
- mistral_yaml_official_alignment.md (6.6KB)
- model_configuration_comparison.md (6.7KB)
- model_selector.md (6.9KB)
- ollama_api_integration.md (6.6KB)
- ollama_integration.md (2.6KB)
Philosophy & Vision (9)
- ATARAXIA.md (21.0KB)
- MANIFESTO.md (25.9KB)
- PRESS.md (4.4KB)
- THESIS.md (23.3KB)
- TODO.md (14.9KB)
- autonomousROADMAP.md (8.8KB)
- autonomous_civilization.md (6.4KB)
- roadmap.md (17.1KB)
- whitepaper.md (11.6KB)
Tutorials & Guides (4)
- INSTRUCTIONS.md (16.1KB)
- INSTRUCTIONS2.md (15.4KB)
- USAGE.md (14.3KB)
- hackathon.md (38.2KB)
Other (66)
- ATTRIBUTION.md (8.3KB)
- AUDIT_DRIVEN_CAMPAIGN_IMPLEMENTATION.md (8.3KB)
- AUTONOMOUS.md (9.7KB)
- AUTONOMOUS_IMPROVEMENTS_IMPLEMENTATION.md (6.6KB)
- Blueprint.md (11.3KB)
- DESIGN.md (5.5KB)
- DIAGNOSTICS_REPORT_20260410.md (11.0KB)
- DIRECTIVES.md (1.2KB)
- DeltaVerse.md (35.2KB)
- EMBEDDING_SYSTEM.md (5.3KB)
- EVALUATION.md (5.5KB)
- HISTORICAL.md (9.8KB)
- HITL.md (13.1KB)
- IDENTITY.md (9.0KB)
- IDENTITY_MANAGEMENT_OVERHAUL_REPORT.md (13.3KB)
- IMPROVEMENT_JOURNAL.md (1319.7KB)
- INDEX.md (43.4KB)
- INTRO.md (11.5KB)
- LIT_AND_ACCESS_ISSUANCE.md (5.5KB)
- MARKETING.md (10.7KB)
- NAV.md (29.0KB)
- README.md (13.7KB)
- SCHEMA.md (9.2KB)
- SimpleCoder.md (45.5KB)
- THOT_NEXT_STEPS.md (16.1KB)
- TIME_ORACLE.md (4.0KB)
- academic_overview.md (35.3KB)
- aglm.md (11.4KB)
- analyzer.md (6.2KB)
- augmentic_integration_documentation.md (6.5KB)
- autonomous_audit_evolution_proof.md (9.7KB)
- basegen_optimization_summary.md (1.2KB)
- bdi_parameter_processing.md (12.2KB)
- benchmark.md (6.3KB)
- blueprint_to_action_converter.md (7.7KB)
- checker.md (6.1KB)
- cognitive_economy.md (2.4KB)
- comprehensive_augmentic_documentation.md (8.3KB)
- demo_basegen_utils.md (38.6KB)
- economy-tab.md (8.4KB)
- enhanced_simple_coder.md (8.8KB)
- faicey_integration.md (15.4KB)
- frontend_backend_analysis.md (3.7KB)
- goal_management.md (7.6KB)
- graceful_degradation.md (7.4KB)
- index.md (32.1KB)
- kuntai.md (13.8KB)
- logic_engine.md (3.2KB)
- mindterm_integration.md (9.1KB)
- monetization_blueprint.md (5.6KB)
- operations.md (4.0KB)
- plan_management.md (7.9KB)
- platform-tab.md (14.5KB)
- processor.md (6.3KB)
- rate_limiting_optimization.md (5.6KB)
- real_pricing_implementation_summary.md (8.1KB)
- reasoning.md (40.0KB)
- rememberthesource.md (1.2KB)
- reporter.md (6.1KB)
- survive.md (3.7KB)
- timestampsummary.md (11.8KB)
- user_persistence_manager.md (7.4KB)
- validator.md (6.1KB)
- vault_system.md (12.9KB)
- workflow-tab.md (4.5KB)
- workflow.md (8.8KB)