Back to Home
OI-OS icon

OI-Memory-Orchestrator

Verified Safe

by OI-OS

Overview

A vivid backend for AI agents, providing persistent memory, sophisticated task planning, a codebase knowledge graph, and semantic understanding to power intelligent workflows like code review and project management.

Installation

Run Command
node build/index.js

Environment Variables

  • GEMINI_API_KEY
  • GOOGLE_API_KEY
  • TAVILY_API_KEY
  • TAVILY_MOCK_MODE
  • VECTOR_DB_PATH

Security Notes

The server demonstrates strong security practices including: reading API keys from environment variables, extensive input validation (Ajv schemas) for tool arguments, robust path sanitization and containment checks to prevent path traversal, and the use of prepared statements for SQLite database interactions. While a fully exhaustive audit would require reviewing all dependencies and the complete `DatabaseUtilityService` implementation, the patterns observed in the provided snippets indicate a high level of security awareness. No direct `eval` or uncontrolled command execution from user input was identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-23

Tags

AI AgentMemoryTask PlanningCodebase IntelligenceKnowledge GraphVector EmbeddingsGeminiTavilyOrchestrationRAG