ELITEA AI · GitHub
Skip to content
ELITEA Logo

ELITEA – AI That Works the Way You Do

Build intelligent agents. Automate complex workflows. Chat with AI that actually understands your work.

Website Documentation Issues SDK License


What is ELITEA?

ELITEA is an enterprise AI platform that puts powerful generative AI capabilities directly into your team's hands — without the complexity. It gives you a single workspace to build AI agents, design automated pipelines, chat with your data, and connect your favorite tools.

Whether you're a developer, analyst, or product manager, ELITEA helps you offload routine tasks to intelligent assistants and focus on what matters: creativity and results.


✨ Key Features

🤖 Agents

Build virtual AI assistants tailored to specific tasks. Combine instructions, external toolkits (Jira, GitHub, Confluence, Slack, and 60+ more), and language models to create digital teammates that take action — not just answer questions.

🔗 Pipelines

Design visual, automated workflows that connect agents, decisions, and integrations. From data processing to multi-step approvals, pipelines bring consistency and efficiency to your most complex processes.

💬 Chat

A natural conversational interface that brings together your agents, pipelines, and language models. Ask complex questions, trigger workflows, and get results — all in one place.

📦 Artifacts

Shared, temporary storage for your workflows. Agents can create, read, update, and delete text-based files — preserving context and passing information between steps seamlessly.

🔑 Credentials

Centrally store and manage API keys, tokens, and sensitive authentication data. Securely reuse credentials across agents and pipelines without ever exposing them in your configurations.

🧰 Toolkits

Extend what your agents can do. Connect to external services, create custom tool configurations, and integrate ELITEA into the systems your team already uses.

🔍 Indexing

Turn your documents, repositories, and knowledge sources into searchable indexes. Give agents grounded, factual context using semantic search — so they work with your data, not just their training.

🌐 MCPs

Connect ELITEA to local or remote MCP servers to bring additional tools and real-time context into your agents and pipelines. Supports both on-machine and hosted MCP integrations.

🤝 Community

Share what you've built. Publish agents, pipelines, and toolkits to the ELITEA community — or discover and reuse what others have created. Collaboration is built in.


🗂️ Repository Overview

Repository Description Language
EliteaUI React-based web application — the main ELITEA user interface JavaScript
elitea-sdk Python SDK for building agents & integrating 60+ toolkits Python
elitea_core Core platform plugin with platform-level functionality Python
elitea.github.io Landing page & full documentation site TypeScript
elitea_issues Community issue tracker — report bugs & request features
bootstrap Platform bootstrap & deployment tooling Python
indexer_worker Document and code indexing worker service Python
runtime_engine_litellm LLM runtime engine based on LiteLLM Python
tracing Observability and tracing for platform services Python
pylon Platform gateway and routing layer Python

🚀 Getting Started

Use the Platform

The fastest way to get started — no installation required.

  1. Visit elitea.ai and sign up
  2. Create your first Agent with a system prompt and a toolkit
  3. Chat with it, or wire it into a Pipeline

Use the SDK (Developers)

pip install elitea-sdk

Build and run agents locally using the Python SDK with LangGraph-based orchestration and 60+ pre-built toolkits:

from elitea_sdk.runtime.langchain import Assistant

agent = Assistant(config={...})
response = agent.invoke({"input": "Create a Jira ticket for the login bug"})

📖 SDK Documentation →


📚 Resources

Resource Link
🌐 Website elitea.ai
📘 Full Documentation elitea.ai/docs
🐛 Bug Reports & Feature Requests elitea_issues
💬 Community Discussions GitHub Discussions

🐛 Found a Bug or Have an Idea?

We actively track bugs, feature requests, and community feedback through our public issue tracker.

👉 Browse open issues — see what's being worked on, vote on features, or open a new one.


📄 License

Most ELITEA repositories are licensed under the Apache License 2.0. See individual repositories for specific license details.


Built with ❤️ by the ELITEA team  |  elitea.ai  |  Docs  |  Issues

Popular repositories Loading

  1. elitea_issues elitea_issues Public

    Project issues

    1

  2. EliteaUI EliteaUI Public

    React UI for EliteA

    JavaScript 1

  3. elitea_core elitea_core Public

    ELITEA plugin with core platform functionality

    Python 1

  4. elitea.github.io elitea.github.io Public

    Langing and Docs

    TypeScript 1

  5. elitea-sdk elitea-sdk Public

    SDK for EliteA

    Python 1 1

  6. sdk_plugin sdk_plugin Public

    Python 1

Repositories

Showing 10 of 63 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…