Agent JAE - AI coding assistant
Find a file
jae a96a254473 fix: venice-list-video-models --help handling, venice-video-quote test params
- Added early --help handler in list_video_models.py before API call
- Fixed venice-video-quote self-test: audio=False for wan-2.5 model
- VENICE_API_KEY added to ~/.bashrc for runtime
2026-03-23 21:12:39 +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-extensions feat: add 16 default extensions for Agent JAE 2026-03-23 20:14:41 +01:00
default-skills fix: venice-list-video-models --help handling, venice-video-quote test params 2026-03-23 21:12:39 +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