{"_id":"@aicz/agentterminal","name":"@aicz/agentterminal","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aicz/agentterminal","version":"1.0.0","description":"AgentTerminal plugin for ElizaOS: sends an English query to artificialcz.com for real-time context or data.","main":"dist/index.js","scripts":{"build":"tsc","test":"echo 'No tests at this time.'"},"dependencies":{"node-fetch":"^2.6.9"},"devDependencies":{"typescript":"^4.9.5"},"type":"module","agentConfig":{"pluginType":"elizaos:plugin:1.0.0","pluginParameters":{"AGENTTERMINAL_ENDPOINT":{"type":"string","description":"Endpoint for sending English queries.  https://artificialcz.com/api0/agentterminal/"}}},"_id":"@aicz/agentterminal@1.0.0","_nodeVersion":"23.3.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ognvvaPmrv5jFt+0Qna7l1Di7Tb+8tdrurRiinVoRgr7CdwGtAXW7NNPcNVA6pxrzYCMkNjtwKaXoutcMPYhZQ==","shasum":"0974152de5afeab11fab2c601eb324c6adfb19f6","tarball":"https://registry.npmjs.org/@aicz/agentterminal/-/agentterminal-1.0.0.tgz","fileCount":4,"unpackedSize":5502,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDfP4vdWlSoOCrOIDxyzzVvrP93sTyaqqAismeMNuJOEQIhAIuzs1QQDzFOo6stcg1EpTqFSuVlJVn2lY7I1M78HE2f"}]},"_npmUser":{"name":"aicz","email":"rapidjam1001@gmail.com"},"directories":{},"maintainers":[{"name":"aicz","email":"rapidjam1001@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/agentterminal_1.0.0_1739934157147_0.6953169937560859"},"_hasShrinkwrap":false}},"time":{"created":"2025-02-19T03:02:37.081Z","1.0.0":"2025-02-19T03:02:37.318Z","modified":"2025-02-19T03:02:37.577Z"},"maintainers":[{"name":"aicz","email":"rapidjam1001@gmail.com"}],"description":"AgentTerminal plugin for ElizaOS: sends an English query to artificialcz.com for real-time context or data.","readme":"# @aicz/agentterminal (v1.0.0)\n\n**AgentTerminal** is a plugin for [ElizaOS](https://github.com/elizaos/eliza) that lets the AI agent send an English query to a backend (hosted at [artificialcz.com](https://artificialcz.com)) and receive context/data in real time. Instead of periodic polling, the agent explicitly triggers this plugin when it needs external information.\n\n## Features\n\n- **On-Demand Query**: The agent calls `AGENT_TERMINAL_QUERY` with a plain-English string describing what data it wants.\n- **Simple Service**: A service (`AgentTerminalService`) sends the request to `https://artificialcz.com/api0/agentterminal/` (or your custom URL).\n- **Seamless ElizaOS Integration**: Registers both an action and service so the LLM can retrieve context in a single step.\n\n## Usage\n\n1. **Installation**:\n   ```bash\n   npm install @aicz/agentterminal\n","readmeFilename":"README.md"}