VortexAI

community
Activity Feed

AI & ML interests

Edge AI & On-Device Models

Recent Activity

Abhaykoulย  updated a model about 15 hours ago
VTXAI/vtx-embed-7M-lf2
Abhaykoulย  published a model about 15 hours ago
VTXAI/vtx-embed-7M-lf2
Abhaykoulย  updated a model about 15 hours ago
VTXAI/vtx-embed-1M-lf2
View all activity

Abhaykoulย 
published a dataset 3 months ago
Abhaykoulย 
posted an update 3 months ago
view post
Post
434
Shipped v0.1.2 of vtx โ€” a minimalist coding agent for the terminal.

Most agentic CLIs ship 10k+ token system prompts. Vtx is ~2,200. Less prompt overhead means more room for your code in the model's context window.

Vtx is a from-scratch Python implementation of the design philosophy behind pi-mono โ€” same principles, pure Python, no transpiled runtime.

What ships out of the box:

โ†’ Textual TUI + headless CLI (vtx -p "fix the failing test")
โ†’ 49 LLM provider gateways, all declared in a single provider.yaml
โ†’ 5 core tools (read / edit / write / bash / find) plus web search and fetch
โ†’ Session tree with compaction, handoff, and resume
โ†’ AGENTS.md / CLAUDE.md auto-discovery
โ†’ Skills system โ€” drop SKILL.md files in .agents/skills/ and they become slash commands
โ†’ Two OAuth flows (GitHub Copilot device flow, OpenAI Codex PKCE)
โ†’ Two-mode permissions: prompt (default) or auto, with a safe-command allowlist

This release adds a proper extension system. Register new LLM-callable tools, intercept tool calls, hook lifecycle events, and add slash commands from a single register(api) function in a Python file under ~/.vtx/agent/extensions/. Extensions can override built-in tools by name and chain handler logic across subscribers.

Apache 2.0. uv tool install vtx-coding-agent and you're running.

GitHub: https://github.com/OEvortex/vtx-coding-agent
PyPI: https://pypi.org/project/vtx-coding-agent

Built in the open. Feedback, extensions, and PRs welcome.
Abhaykoulย 
posted an update about 1 year ago
view post
Post
3442
๐Ÿš€ Ever dreamed of training your own Large Language Model from scratch? What if I told you it doesn't require a supercomputer or PhD in ML? ๐Ÿคฏ

Introducing LLM Trainer - the educational framework that makes LLM training accessible to EVERYONE! Whether you're on a CPU-only laptop or scaling to distributed GPUs, we've got you covered. ๐Ÿ’ปโžก๏ธ๐Ÿ–ฅ๏ธ

Why LLM Trainer? Because existing tools are either too simplistic (hiding the magic) or too complex (requiring expert knowledge). We bridge the gap with:

๐ŸŽ“ Educational transparency - every component built from scratch with clear code
๐Ÿ’ป CPU-first approach - start training immediately, no GPU needed
๐Ÿ”ง Full customization - modify anything you want
๐Ÿ“ˆ Seamless scaling - from laptop to cluster without code changes
๐Ÿค HuggingFace integration - works with existing models & tokenizers

Key highlights:
โœ… Built-in tokenizers (BPE, WordPiece, HF wrappers)
โœ… Complete Transformer implementation from scratch
โœ… Optimized for CPU training
โœ… Advanced features: mixed precision, gradient checkpointing, multiple generation strategies
โœ… Comprehensive monitoring & metrics

Perfect for:
- Students learning transformers
- Researchers prototyping new ideas
- Developers building domain-specific models

Ready to train your first LLM? It's easier than you think!

๐Ÿ”— Check it out: https://github.com/HelpingAI/llm-trainer
๐Ÿ“š Docs: Getting Started Guide
๐Ÿ’ฌ Join the community: GitHub Discussions

#AI #MachineLearning #LLM #DeepLearning #OpenSource #Python #HuggingFace #NLP

Special thanks to HuggingFace and PyTorch teams for the amazing ecosystem! ๐Ÿ™
  • 1 reply
ยท