feat: Add InfraGenius - Memory-Aware Infrastructure Agent Network#4
Open
Nsuccess wants to merge 3 commits intoopenagents-org:mainfrom
Open
feat: Add InfraGenius - Memory-Aware Infrastructure Agent Network#4Nsuccess wants to merge 3 commits intoopenagents-org:mainfrom
Nsuccess wants to merge 3 commits intoopenagents-org:mainfrom
Conversation
InfraGenius is a stateful infrastructure automation agent that combines: - OpenAgents for multi-agent orchestration - MemU for long-term memory (deployments, configs, learnings) - E2B for cloud sandbox infrastructure Key Features: - Memory-aware deployments (recalls past deployments) - Learning from errors (stores fixes for future use) - Infrastructure knowledge graph - Semantic memory search Tech Stack: - OpenAgents v0.8.5+ - MemU (Nebius backend for chat + embeddings) - E2B (cloud sandboxes) - Groq (LLM inference) Demo video: [TODO - add link]
- Add ARCHITECTURE.md with detailed system design - Add requirements.txt for dependencies - Add startup scripts for Linux/Mac and Windows - Add demo video link placeholder with recording script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submission for OpenAgents PR Hackathon 2026
Project: InfraGenius - Memory-Aware Infrastructure Agent
Network ID: InfraGenius
GitHub: https://github.com/Nsuccess/Infra-genius
Demo Video: https://youtu.be/YYtRAlRBUmE
Overview
Transform infrastructure management with an AI agent that remembers deployments, learns from errors, and manages infrastructure over time.
Core Features
Technical Stack
Agent
Tools
Infrastructure (E2B)
un_command\ - Execute shell commands
Memory (MemU)
emember\ - Store info in memory
ecall\ - Semantic search
emember_deployment\ - Structured deployment records
Use Cases
Submission Components
✅ Code: Agent config + network config + tools
✅ Documentation: README.md + ARCHITECTURE.md
✅ Scripts: start_network.sh/ps1, start_agent.sh
🔄 Demo Video: Recording in progress
Related Projects
This is part of the InfraMancer ecosystem: