# Jarvis Knowledge

> >

- **Type:** Skill
- **Install:** `agentstack add skill-omnigentx-jarvis-jarvis-knowledge`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [omnigentx](https://agentstack.voostack.com/s/omnigentx)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [omnigentx](https://github.com/omnigentx)
- **Source:** https://github.com/omnigentx/jarvis/tree/main/backend/.fast-agent/skills/jarvis-knowledge

## Install

```sh
agentstack add skill-omnigentx-jarvis-jarvis-knowledge
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Jarvis Codebase Knowledge

## GitHub Repositories

| Repo | URL | Access |
|------|-----|--------|
| **Upstream** (source of truth) | https://github.com/omnigentx/jarvis | Public read-only |
| **Your fork** (agents push here) | https://github.com//jarvis | Full access — commit, push, create PR |

> 🧪 **Experimental**: Agents push to your personal fork for self-improvement, never to upstream.

## High-Level Architecture

```
jarvis/
├── backend/              ← FastAPI + fast-agent (Python 3.11+)
│   ├── server.py         ← Entry point
│   ├── agent.py          ← Agent definitions
│   ├── routes/           ← API endpoints
│   ├── services/         ← Business logic
│   ├── core/             ← Infrastructure (DB, auth, logging)
│   ├── tools/            ← Custom MCP tool servers
│   ├── fast-agent/       ← Framework submodule (spawn system)
│   ├── team_templates/   ← Team definitions (agile_team.yaml)
│   └── .fast-agent/      ← Skills, agent cards, sessions
├── frontend/            ← Vue 3 + Vite + Tailwind v4
└── .github/workflows/    ← CI/CD
```

## Key Patterns

| Pattern | Location | Description |
|---------|----------|-------------|
| Static agents | `agent.py` | Jarvis, PersonalAgent, IoTAgent, etc. |
| Dynamic agents | `.fast-agent/agent_cards/*.md` | Hot-reload at startup |
| Team agents | `team_templates/agile_team.yaml` | Spawned at runtime |
| Inter-agent email | `message_bus.py` + `email_server.py` | Async messaging |
| Meetings | `meeting_room_server.py` | Real-time turn-taking |
| SSE pipeline | spawn events → bridge → SSE/SQLite | Real-time UI updates |

## Tech Stack

- **Backend**: Python, FastAPI, fast-agent, SQLAlchemy, SQLite
- **Dashboard**: Vue 3, Vite, Tailwind v4, Pinia
- **Deploy**: Docker Compose, GitHub Actions CI/CD
- **LLM**: OpenAI-compatible via CLIProxyAPI (key rotation + load balancing)

## References

| Topic | File |
|-------|------|
| Full project tree + spawn architecture | [DETAILED_STRUCTURE.md](references/DETAILED_STRUCTURE.md) |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [omnigentx](https://github.com/omnigentx)
- **Source:** [omnigentx/jarvis](https://github.com/omnigentx/jarvis)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-omnigentx-jarvis-jarvis-knowledge
- Seller: https://agentstack.voostack.com/s/omnigentx
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
