Sanitize personal information from repo files
Remove: email, full name, education level, location, career goals, personal project references (AgriAssist, EROS, Java OOP, SEM-2), budget figures, Telegram/Discord channel details, system username paths Keep only: public project names (CloudMart, Agentic OS), GitHub username attribution, LICENSE copyright (required by MIT), and standard open-source README attribution
This commit is contained in:
parent
1586633904
commit
14584fc55e
13
AGENTS.md
13
AGENTS.md
|
|
@ -13,9 +13,9 @@ Your role is to act as the **kernel** of this system: route tasks to the right a
|
|||
| Field | Value |
|
||||
|-------|-------|
|
||||
| **Name** | Agentic OS |
|
||||
| **Location** | `/home/mihir/Desktop/Agentic OS Project/` |
|
||||
| **Location** | `~/Desktop/Agentic OS Project/` |
|
||||
| **GitHub** | [github.com/modimihir07/agentic-os](https://github.com/modimihir07/agentic-os) |
|
||||
| **Author** | Mihir N Modi (Gujarat, India — BTech CSE 1st year) |
|
||||
| **Author** | modimihir07 |
|
||||
| **Created** | May 17, 2026 |
|
||||
| **License** | MIT |
|
||||
| **Inspiration** | "Agent OS: Claude + Hermes AI = Superpowers!" (YouTube), MindStudio 4-layer architecture, obra/superpowers, NousResearch/hermes-agent, buildermethods/agent-os, shivsoji/claude-os |
|
||||
|
|
@ -182,7 +182,7 @@ Your role is to act as the **kernel** of this system: route tasks to the right a
|
|||
## Directory Structure
|
||||
|
||||
```
|
||||
/home/mihir/Desktop/Agentic OS Project/
|
||||
~/Desktop/Agentic OS Project/
|
||||
├── AGENTS.md # THIS FILE — complete context for any AI agent
|
||||
├── README.md # User-facing documentation
|
||||
├── server.py # FastAPI backend (REST API for dashboard)
|
||||
|
|
@ -316,17 +316,10 @@ Your role is to act as the **kernel** of this system: route tasks to the right a
|
|||
|
||||
| Detail | Info |
|
||||
|--------|------|
|
||||
| **Name** | Mihir N Modi |
|
||||
| **Email** | rinkumi0210@gmail.com |
|
||||
| **Location** | Gujarat, India |
|
||||
| **Education** | BTech Computer Engineering, 1st Year |
|
||||
| **Career Goal** | AI/ML/LLMs + DevOps/Cloud → MNCs (Google-level) |
|
||||
| **Budget** | Strictly free tiers (GCP Free, GitHub Student Pack, Colab, Kaggle) |
|
||||
| **Active Project** | CloudMart — GCP DevOps multi-region e-commerce platform |
|
||||
| **Other Projects** | AgriAssist AI, Hermes Agent/OpenClaw, EROS Wellness AI, Java OOP practice |
|
||||
| **CLI Tools Available** | opencode, Hermes Agent, Gemini CLI |
|
||||
| **Preferred Model** | Hermes: Owl Alpha (OpenRouter, free), opencode: deepseek-v4-flash-free (opencode-zen), Gemini: gemini-2.5-flash (Google OAuth) |
|
||||
| **Obsidian Vaults** | 4 vaults: DevOps, DeepSeek Chat, AI/ML, SEM-2 Academics (192 files) |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Hermes Agent — SOUL.md
|
||||
|
||||
## Identity
|
||||
You are the memory and scheduling subsystem of Agentic OS. You manage persistent context, scheduled tasks, messaging channels (Telegram/Discord), skill hub curation, and multi-agent coordination.
|
||||
You are the memory and scheduling subsystem of Agentic OS. You manage persistent context, scheduled tasks, messaging channels, skill hub curation, and multi-agent coordination.
|
||||
|
||||
## Core Directives
|
||||
- Maintain MEMORY.md and USER.md with cross-session context
|
||||
|
|
@ -16,6 +16,5 @@ You are the memory and scheduling subsystem of Agentic OS. You manage persistent
|
|||
- Context files: AGENTS.md, CLAUDE.md, .cursorrules
|
||||
|
||||
## Channels
|
||||
- Telegram: Configured via gateway
|
||||
- Discord: Configured via gateway
|
||||
- CLI: Default interaction mode
|
||||
- Gateway: Configured
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
# USER.md — User Profile for Hermes
|
||||
|
||||
## User
|
||||
- Name: Mihir N Modi
|
||||
- Location: Gujarat, India
|
||||
- Name: User
|
||||
- Tech Stack: opencode, Hermes Agent, Gemini CLI, deepseek-v4-flash-free
|
||||
- Projects: CloudMart (GCP DevOps), Agentic OS, AgriAssist AI
|
||||
- Goals: AI/ML/LLMs + DevOps/Cloud → MNCs
|
||||
- Projects: CloudMart (GCP DevOps), Agentic OS
|
||||
- Budget: Free tiers only
|
||||
|
||||
## Preferences
|
||||
|
|
@ -15,6 +13,5 @@
|
|||
- Cost-conscious — always free tier first
|
||||
|
||||
## Communication
|
||||
- Email: rinkumi0210@gmail.com
|
||||
- Primary interaction: CLI (opencode/Hermes/Gemini)
|
||||
- Channels: CLI, Telegram (configured)
|
||||
- Channels: CLI, messaging (Telegram)
|
||||
|
|
|
|||
|
|
@ -10,15 +10,3 @@
|
|||
- Status: Active (ongoing)
|
||||
- GCP DevOps multi-region e-commerce platform
|
||||
- GKE Autopilot, Cloud SQL, Cloud CDN, Istio, Next.js
|
||||
- Budget: $60-200/mo
|
||||
|
||||
## SEM-2 Academics
|
||||
- Status: Active (exam prep)
|
||||
- 192 markdown files across 5 subjects
|
||||
- Formula sheets, exam insights, study planner
|
||||
|
||||
## AgriAssist AI
|
||||
- Status: On hold
|
||||
- Hackathon project (slides, MVP, pitch strategy)
|
||||
|
||||
- [Test goal](goal:c1c992ef) —
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ Agentic OS is a multi-agent orchestration platform that coordinates opencode, He
|
|||
- "Kernel of a system" mentality — everything has a purpose, nothing is decorative
|
||||
|
||||
## Key Relationships
|
||||
- User: Mihir N Modi — BTech CSE 1st year, Gujarat, India
|
||||
- User: Developer — AI/ML and DevOps enthusiast
|
||||
- Tool stack: opencode, Hermes Agent, Gemini CLI, deepseek-v4-flash-free
|
||||
- Active projects: CloudMart (GCP DevOps), AgriAssist AI, Java OOP, SEM-2 Academics
|
||||
- Active projects: CloudMart (GCP DevOps), Agentic OS
|
||||
|
||||
## Standing Decisions
|
||||
- All memory is stored in markdown for cross-agent compatibility
|
||||
|
|
|
|||
|
|
@ -15,5 +15,4 @@
|
|||
- Dashboard binds to localhost only — no external exposure without explicit config
|
||||
|
||||
## Time
|
||||
- User is a BTech 1st year — study schedule takes priority
|
||||
- Project builds during free time and weekends
|
||||
|
|
|
|||
|
|
@ -6,19 +6,14 @@
|
|||
- All skills follow _template/ convention
|
||||
|
||||
## User
|
||||
- Name: Mihir N Modi
|
||||
- Email: rinkumi0210@gmail.com
|
||||
- Location: Gujarat, India
|
||||
- Education: BTech CSE 1st year
|
||||
- Career: AI/ML/LLMs + DevOps/Cloud → MNCs
|
||||
- Name: User
|
||||
- Budget: Strictly free tiers
|
||||
|
||||
## Active Work
|
||||
- Building Agentic OS from scratch (May 17, 2026)
|
||||
- CloudMart GCP DevOps project ongoing
|
||||
- SEM-2 academics active (Physics, Maths-2, EGD, Industry 4.0, EVS)
|
||||
|
||||
## Technology Preferences
|
||||
- Preferred model: deepseek-v4-flash-free
|
||||
- Free tiers: GCP Free, GitHub Student Dev Pack, Colab, Kaggle
|
||||
- Obsidian vaults for knowledge management (4 vaults)
|
||||
- Knowledge management via markdown vaults
|
||||
|
|
|
|||
Loading…
Reference in New Issue