Skip to content

Just-a-V/EpicStaff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicStaff Logo

EpicStaff – ORCHESTRATION OF NEXT-GENERATION AI AGENT

EpicStaff is an open-source platform designed primarily for developers, but also accessible to users without technical experience. It allows you to build high-performance AI systems based on agents with fine-grained control and flexible execution logic.

With EpicStaff, you can create AI agents that work quickly and efficiently, remember the context of your tasks, and can make decisions based on the information they receive.

🔧 What is it? EpicStaff is:

  • ⚙️ Lightweight asynchronous architecture with a modular backend

  • 🧠 Agent orchestration with the ability to connect models

  • 💡 Hybrid approach: both through a graphical interface and through code


🎯 Who is EpicStaff ideal for?

  • AI developers who desire flexibility without templates

  • Business teams who wish to quickly create functional AI agents

  • No-code users who prefer an interface over YAML

  • R&D teams and startups working with agent systems


⚙️ Key Features

🌟 Feature 📝 Description
🧩 Graphic Project Builder Build projects using a visual interface without writing any code
🧠 Memory Persistence Save and retrieve agent memory between steps
📚 Knowledge Injection Inject knowledge from files and structured data to improve results
🐍 Python Tools Connect your own Python tools without needing to redeploy
⚙️ Developer Control Full control for developers via orchestration API
⚡ High-Performance Core Asynchronous architecture optimized for speed
🧱 Modular Backend Modular architecture that is easy to extend
🌍 Open-Source Open code and freedom for community-driven development
🤖 LLM Compatibility Compatible with any language model and supports multi-step workflows

🎯 Mission

We aim to empower businesses and developers with advanced AI-driven solutions that foster collaboration and efficiency.

With the latest technologies in artificial intelligence, we are creating an intuitive platform that allows you to automate workflows or develop new applications.


💎 Core Values

🚀 Continuous improvement

We remain at the forefront of AI technology to ensure that our tools are always relevant and effective.

👥 User-centric

We create solutions for different audiences, from technical founders to non-technical teams. Everyone has the opportunity to use AI in their work.

🤝 Spirit of collaboration

We believe in synergy - between people and AI, as well as within the community. Our products help people interact, complement, and support each other.

🚀 Get started now

Join the journey with EpicStaff, and together let’s shape the future of intelligent collaboration!


🌍 Downloader

Requirements

  • Git
  • Docker Desktop (Must be running)

🚀 Getting Started

🪟 Windows

  1. Install dependencies

  2. Start Docker Desktop

  3. Download the project
    Double-click downloader.bat

  4. Navigate to the program directory

    cd run_program/windows
  5. Update the program
    Double-click update.bat

  6. Run the program
    Double-click run_project.bat

  7. Open the app
    Visit: http://127.0.0.1:4200/


🐧 Linux / 🍎 macOS

  1. Install dependencies

  2. Start Docker Desktop

  3. Download the project

    chmod +x downloader.sh
    ./downloader.sh
  4. Navigate to the program directory

    cd run_program/linux_mac
  5. Update the program

    chmod +x update.sh
    ./update.sh
  6. Run the program

    chmod +x run_project.sh
    ./run_project.sh
  7. Open the app
    Visit: http://127.0.0.1:4200/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.7%
  • TypeScript 21.6%
  • HTML 5.5%
  • SCSS 4.6%
  • CSS 1.0%
  • Shell 0.3%
  • Other 0.3%