Skip to content

ClayWarren/taskforceai-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TaskForceAI

TaskForceAI is a multi-agent orchestration platform that emulates the behavior of Grok 4 Heavy but is model-agnostic. It is a production-ready system.

🌟 Ecosystem

This repository serves as the central hub for the TaskForceAI ecosystem. While the core platform is currently private, we maintain several open-source components:

πŸ–₯️ Client Applications

  • TaskForceAI TUI A powerful terminal user interface for managing agents, conversations, and workflows directly from your command line. Built with Go and Bubble Tea.

    # Install via Homebrew (macOS)
    brew tap ClayWarren/taskforceai
    brew install taskforceai-cli
    
    # Install via npm (Cross-platform)
    npm install -g taskforceai-cli

πŸ“š Software Development Kits (SDKs)

  • Python SDK Async-first Python client with type hints, Pydantic models, and built-in support for streaming responses.

    pip install taskforceai
  • TypeScript SDK Type-safe client for Node.js and browsers with streaming support, automatic retries, and full IDE autocomplete.

    npm install taskforceai-sdk

🍺 Package Distribution

Official Homebrew tap for installing and managing TaskForceAI CLI releases on macOS.

brew tap ClayWarren/taskforceai
brew install taskforceai-cli

πŸ“– Documentation

πŸ›€οΈ Roadmap & Changelog

See CHANGELOG.md for a unified history of updates across all platforms (Web, Desktop, Mobile, CLI, and SDKs).

🀝 Support

πŸ“„ License

Individual components are licensed under their respective licenses (mostly MIT). See specific repositories for details.

  • In addition to the developer suite, TaskForceAI has:
  • Apps: React Native Expo mobile (ios/android), Typescript/Tailwind CSS Tanstack Start web, and Rust Tauri desktop (macOS/Linux/Windows).
  • Our Go server hosts the core package (Go), and connects to the multiple clients, services.
  • Agent Tools: Web Search, Code Execution, Files.
  • Everything publicly offered can be accessed from the main company site (Nextjs).
  • Deployed on Vercel. Uses Vercel AI Gateway, Vercel Blob installers, Redis cache, Inngest background jobs, Stripe.
  • Databases: Postgres for web, SQLite for mobile, desktop, cli.
  • Web also uses fusejs for local search, dexiejs (indexedDB) for local storage.
  • Many more details behind the scenes...

About

The public hub for all TaskForceAI ecosystem resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published