Skip to content

Conversation

@Nsuccess
Copy link

@Nsuccess Nsuccess commented Jan 16, 2026

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

  • Memory-Aware Deployments - Recalls past deployments before acting
  • Learning from Errors - Stores fixes and applies them automatically
  • Semantic Search - Find memories by meaning, not just keywords
  • Cloud Sandboxes - E2B for instant, isolated environments
  • Multi-Provider LLM - Groq for reasoning, Nebius for memory

Technical Stack

  • OpenAgents v0.8.5
  • MemU (Long-term memory with Nebius backend)
  • E2B (Cloud sandboxes)
  • Groq (LLM inference - llama-3.3-70b)
  • HTTP (8700) + gRPC (8600) transports

Agent

Agent Role
InfraGenius Deployer Central coordinator with 11 tools (6 infra + 5 memory)

Tools

Infrastructure (E2B)

  • \provision_sandbox\ - Create cloud VM
  • \deploy_app\ - Full deployment pipeline
  • \�erify_url\ - Health checks

  • un_command\ - Execute shell commands

Memory (MemU)


  • emember\ - Store info in memory

  • ecall\ - Semantic search

  • emember_deployment\ - Structured deployment records
  • \ ind_deployments\ - Search past deployments

Use Cases

  • DevOps Automation - Deploy apps with natural language
  • Infrastructure Memory - Track all deployments over time
  • Error Learning - Never make the same mistake twice
  • Knowledge Base - Query deployment history

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:

  • MemU Hackathon: 8 PRs submitted (OpenAgents adapter, memory types, etc.)
  • Zeabur Hackathon: Coming soon (production deployment)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant