Skip to main content

A unified framework for building AI agents with low-code.

Project description

State-1: Unified AI Agent Framework

State-1 is an open-source Python framework for building powerful AI agents with a unified, low-code experience. It abstracts away the complexity of LLMs, web search, RAG, CoT, UI, actions, authentication, memory, and multi-agent orchestration—so you can build, extend, and run agents with a single package and simple commands.


Features

  • Unified Agent API: One class, many capabilities—LLM, RAG, web search, CoT, actions, UI, and more.
  • LLM Integration: OpenAI and OpenRouter support, with function calling and model selection.
  • Web Search & RAG: DuckDuckGo search and document ingestion (txt, PDF, DOCX) with vector search.
  • Chain-of-Thought (CoT): Step-by-step reasoning for more robust answers.
  • Actions: Real-world actions (send email, fetch API) with OpenAI function calling.
  • Authentication & Memory: User login/signup, session management, and persistent chat memory.
  • Multi-Agent Orchestration: Parallel, sequential, voting, and manager/worker workflows.
  • Extensible: Add your own actions, agents, and workflows easily.

Installation

$ pip install state1 .

Quick Start: Terminal Chat

Run the terminal chat interface:

$ terminal-chat

On first run, the following demo agents are auto-created and ready to use:

1. ActionDemo Agent

  • Description: Can send emails and fetch data from APIs using natural language.
  • Actions: SendEmailAction, FetchAPIAction (pre-registered)
  • Example: "Send an email to alice@email.com with subject Hello and body Hi Alice" or "What is the weather in London?"
  • Setup: Edit the SMTP and API config in state1/terminal_chat.py or via the agent file in agents/.

2. RAG Agent

  • Description: Retrieval-Augmented Generation agent. Ingests documents (txt, PDF, DOCX) and answers questions using them.
  • Usage: Add documents with agent.add_document('path/to/file') in Python, or extend the agent in code.
  • Example: "What does the example.pdf say about climate change?"

3. AuthTest Agent

  • Description: Requires user login/signup (email & password). Remembers chat history per user.
  • Usage: On first chat, you'll be prompted to log in or sign up.

4. Orchestrator Demo

  • Description: Multi-agent orchestration (manager/worker workflow). Collaborates with Researcher, Summarizer, FactChecker, Analyser, and Manager agents.
  • Usage: Switch to this agent and ask any question to see multi-agent collaboration.

Switching Between Agents

  • List all agents:
    /list
    
  • Switch to an agent:
    /switch <agent_id>
    
    (You can use the first few characters of the agent ID.)

Creating & Extending Agents

  • Create a new agent interactively:
    /new
    
  • Extend agents in Python:
    • Add actions: agent.register_action(MyCustomAction())
    • Ingest documents: agent.add_document('myfile.pdf')
    • Add new workflows or orchestration: see state1/orchestrator.py

Configuration

  • API Keys: Replace YOUR_OPENAI_API_KEY in the agent configs or set the OPENAI_API_KEY environment variable.
  • SMTP/Email: Use an app password and correct SMTP server/port for email actions.
  • APIs: Add or edit API configs in the agent's apis dictionary.

Advanced: Multi-Agent Orchestration

  • The Orchestrator agent supports parallel, sequential, voting, and manager workflows.
  • To try different workflows, edit the orchestrator agent config in agents/orchestrator-demo.json or in code.

Contributing

Pull requests, issues, and feature suggestions are welcome! See CONTRIBUTING.md (if available) or open an issue on GitHub.


License

MIT License. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

state1-0.6.1.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

state1-0.6.1-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file state1-0.6.1.tar.gz.

File metadata

  • Download URL: state1-0.6.1.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for state1-0.6.1.tar.gz
Algorithm Hash digest
SHA256 bdb0367f21a45d9ca5482719ac0106e4d9b2b460558e5a2dbc38f06e1dcf5db5
MD5 abaf0ea1e98b8b2717aee1e03b9a0d0f
BLAKE2b-256 335b4e7cba575d713d772afbb59d54bc5bf842d0dd9c4fea98a8fff0ceb23135

See more details on using hashes here.

File details

Details for the file state1-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: state1-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for state1-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 90083ddf96100c6b14317dc02612fad97fc33034eff20d2bac8ffbd4044d464b
MD5 13be2d114f4b9403fcb2418f1f64e983
BLAKE2b-256 f3dc9c8a8d337982a1f72e527114eb75377ec1b66f732ab91c825eda61afa4fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page