Agent JAE - AI coding assistant
Find a file
jae 7fe886fea5
Some checks are pending
CI / build-check-test (push) Waiting to run
feat: add 11 Venice AI skills as bundled defaults
Skills included:
- venice-chat: Chat with Venice LLM models, vision, reasoning
- venice-chat-benchmark: Benchmark chat models with infographics
- venice-image-gen: Generate images via Venice API
- venice-list-image-models: List available image models
- venice-list-text-models: List available text models
- venice-list-video-models: List available video models
- venice-tts: Text-to-speech via Venice API
- venice-video-generate: Generate videos from text/images
- venice-video-queue: Queue video generation jobs
- venice-video-quote: Get video generation cost quotes
- venice-video-retrieve: Retrieve completed videos

All rebranded from Agent Zero paths to Agent JAE (~/.jae/agent/skills/).
Requires VENICE_API_KEY environment variable.
2026-03-23 18:47:33 +01:00
.github Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
.husky Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
.jae Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
default-skills feat: add 11 Venice AI skills as bundled defaults 2026-03-23 18:47:33 +01:00
packages feat: custom Agent JAE system prompt with dynamic builder 2026-03-23 09:35:04 +01:00
scripts Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
.gitattributes Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
.gitignore Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
AGENTS.md Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
biome.json Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
CONTRIBUTING.md Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
jae-mono.code-workspace Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
jae-test.sh Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
LICENSE Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
package-lock.json Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
package.json Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
README.md Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
rebrand.py Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
test.sh Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
tsconfig.base.json Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00
tsconfig.json Initial commit: Agent JAE CLI - AI coding assistant (forked from pi-mono by badlogic) 2026-03-23 09:17:58 +01:00

🏖️ OSS Weekend

Issue tracker reopens Monday, March 30, 2026.

OSS weekend runs Sunday, March 22, 2026 through Monday, March 30, 2026. New issues are auto-closed during this time. For support, join Discord.


pi logo

Discord Build status

pi.dev domain graciously donated by

Exy mascot
exe.dev

Pi Monorepo

Looking for the pi coding agent? See packages/coding-agent for installation and usage.

Tools for building AI agents and managing LLM deployments.

Packages

Package Description
@jaeswift/jae-ai Unified multi-provider LLM API (OpenAI, Anthropic, Google, etc.)
@jaeswift/jae-agent-core Agent runtime with tool calling and state management
@jaeswift/jae-coding-agent Interactive coding agent CLI
@jaeswift/jae-mom Slack bot that delegates messages to the pi coding agent
@jaeswift/jae-tui Terminal UI library with differential rendering
@jaeswift/jae-web-ui Web components for AI chat interfaces
@jaeswift/jae-pods CLI for managing vLLM deployments on GPU pods

Contributing

See CONTRIBUTING.md for contribution guidelines and AGENTS.md for project-specific rules (for both humans and agents).

Development

npm install          # Install all dependencies
npm run build        # Build all packages
npm run check        # Lint, format, and type check
./test.sh            # Run tests (skips LLM-dependent tests without API keys)
./jae-test.sh         # Run pi from sources (must be run from repo root)

Note: npm run check requires npm run build to be run first. The web-ui package uses tsc which needs compiled .d.ts files from dependencies.

License

MIT