LangGraph-powered autonomous CLI agent with guarded execution, local RAG, and memory-scoped planning.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
src/executor/executeCommands.js executes model-plan commands via child_process.spawn(..., shell:true).
src/executor/executeCommands.jsView on unpkgsrc/policy/executionPolicy.js permits medium-risk commands without confirmation in auto policy.
src/policy/executionPolicy.jsView on unpkgsrc/runtime/asuraGraph.js indexes the current project and sends retrieved context to a configured LLM provider.
src/runtime/asuraGraph.jsView on unpkgbin/ai.js exposes user-invoked interactive and one-shot agent execution.
bin/ai.jsView on unpkgsrc/executor/executeCommands.js executes model-plan commands via child_process.spawn(..., shell:true).
src/executor/executeCommands.jsView on unpkgsrc/policy/executionPolicy.js permits medium-risk commands without confirmation in auto policy.
src/policy/executionPolicy.jsView on unpkgsrc/runtime/asuraGraph.js indexes the current project and sends retrieved context to a configured LLM provider.
src/runtime/asuraGraph.jsView on unpkgbin/ai.js exposes user-invoked interactive and one-shot agent execution.
bin/ai.jsView on unpkg