# iagent-stack

> Python SDK and architectural umbrella for the iJarvis Agent Stack. Sixteen agent-economy products, open standards throughout.

iagent-stack is a unified Python SDK built on ERC-8004, x402 V2, A2A 0.3.0, and MCP open standards. It exposes sixteen autonomous agent products under a single import with a consistent namespace convention.

## Install

```
pip install iagent-stack
```

## The sixteen products

Four shipping in 2026 (stack.trust, stack.ref, stack.log, stack.pay, stack.compute), eleven on a 2027-2028 roadmap, one parked pending an anchor partner. Roadmap products are accessible in the SDK from day one via `ProductNotAvailableError` with launch metadata.

| Namespace | Product | Capability | Status |
|---|---|---|---|
| stack.trust | iAgentFi | ratings and trust bureau | Shipping 2026 |
| stack.ref | iAgentRef | agent discovery | Shipping 2026 |
| stack.log | iAgentLog | observability | Shipping 2026 |
| stack.pay | iAgentPay | x402 treasury | Shipping 2026 |
| stack.compute | iJarvis Compute | boutique inference | Shipping 2026 |
| stack.hub | iAgentHub | gateway and billing | Roadmap 2027 |
| stack.safe | iAgentSafe | runtime guardrails | Roadmap 2027 |
| stack.memory | iAgentMemory | persistent memory | Roadmap 2027 |
| stack.edge | iAgentEdge | on-premises appliance | Roadmap 2027 |
| stack.farm | iAgentFarm | persistent agent hosting | Roadmap 2027 |
| stack.sim | iAgentSim | adversarial simulation | Roadmap 2028 |
| stack.id_ | iAgentID | verifiable credentials | Roadmap 2028 |
| stack.market | iAgentMarket | capability marketplace | Roadmap 2028 |
| stack.foundry | iAgentFoundry | fine-tuning | Roadmap 2028 |
| stack.law | iAgentLaw | legal and liability | Parked |

## Open standards

The stack is built on published specifications. No proprietary protocols: ERC-8004 for agent identity and reputation, x402 V2 for HTTP-native payment, A2A 0.3.0 for agent-to-agent protocol, MCP for tool exposure to AI models, W3C DIDs and Verifiable Credentials, OpenAPI 3.1, RFC 9116, RFC 8414.

## Licensing

SDK: Apache 2.0. Architecture and integration recipes: CC0 public dedication. Defensive publications at ijarvis.ai/disclosures.

## Operator

iJarvis LLC (ijarvis.ai). Contact: hello@iagentstack.com.

## Full content

- https://iagentstack.com/llms-full.txt
- https://iagentstack.com/.well-known/agent-card.json
- https://github.com/iJarvis/iagent-stack
- https://pypi.org/project/iagent-stack/
