An agentic architecture for idea generation & critical thinking
Project description
Imagination Engine
Imagination Engine is an agentic orchestration framework for rapidly building agentic architectures in Python. It accelerates agentic development, empowering developers to craft architectures that enable LLMs to excel in higher-order tasks like idea generation and critical thinking.
This library is designed to be used as a backend for AI apps and automations, providing support for all major LLM providers and locally-hosted model endpoints.
Getting Started
Installation
Install the base package:
pip install imagination-engine
Or install with specific integrations:
# Minimal installations with specific providers
pip install "imagination-engine[openai]" # Only OpenAI support
pip install "imagination-engine[anthropic]" # Only Anthropic support
pip install "imagination-engine[all]" # All LLM integrations
# For testing and development
pip install "imagination-engine[test]" # All LLM integrations + testing tools
pip install "imagination-engine[dev]" # All LLM integrations + testing + dev tools
Imports
Import the components you need:
from imagination_engine import Agent, Graph, START, END
Setting Up Environment Variables
-
Copy the
.env.templatefile to a new file named.env:cp .env.template .env
-
Fill in your API keys and configurations in the
.envfile:OPENAI_API_KEY=your_actual_api_key_here ANTHROPIC_API_KEY=your_anthropic_api_key_here -
The library will automatically load these variables when needed. At minimum, you'll need the API key for your preferred LLM provider.
Initalize Clients for LLM APIs
Done in the format standard to your API.
Create Agents
Initalize the agents you'd like to call with a simple schema:
agent = Agent(
client=client,
model="gpt-4o",
name="Agent",
system_prompt="You are a friendly assistant.",
description="This agent is an example agent."
)
Define how agents are executed with a Graph
Graphs connect agents together using nodes and edges, routing the execution flow and all needed information through the graph. Each node represents an agent and each edge represents a conditional under which that agent is called. This conditional can be defined in natural language for each agent, within its system_prompt.
In the case of multiple edges branching from one node, agents can understand their routing options using the description field of connecting nodes.
Every graph accepts user input at the START and returns a response to the user at the END.
With this basic understanding, a graph can be created in just a few lines.
graph = Graph()
graph.add_node(agent)
graph.add_node(summarizer_agent)
graph.add_edge(START, agent)
graph.add_edge(agent, summarizer_agent)
graph.add_edge(summarizer_agent, END)
Run your Graph
You're done! Prompt your agentic architecture.
graph.invoke("Hello there!")
Development
Running Tests
To run the tests, first install the package with test dependencies:
# Install with test dependencies
pip install -e ".[test]"
Then run the tests using the CLI command that gets installed with the package:
# Run all tests
imagination-engine run
# Run just feature tests
imagination-engine run --path features/
# Run tests in Docker
imagination-engine run --docker
# Get help
imagination-engine run --help
See tests/README.md for more details on the testing framework and available options.
Local Development and Running Examples
If you want to develop locally and test the examples, follow these steps:
Building the Package Locally
-
Clone the repository:
git clone https://github.com/jacksongrove/imagination-engine.git cd imagination-engine
-
Create and activate a virtual environment (optional but recommended):
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
-
Install development dependencies:
pip install -e ".[dev]"
-
Build the package locally:
python -m build
This will create distributions in the
dist/directory.
Installing the Local Build to Run Examples
There are two approaches to use your local build:
Option 1: Install in Development Mode (Recommended)
This allows changes to the source code to be immediately reflected without reinstalling:
pip install -e .
Option 2: Install the Built Wheel
If you want to test the exact distribution that would be uploaded to PyPI:
pip install dist/imagination-engine-0.1.0-py3-none-any.whl
Running Examples
Once you've installed the package using either method, you can run the examples:
# Set up your environment variables first
cp .env.template .env
# Edit .env to add your API keys
# Run an example
python examples/image_agent/image_agent.py
# Or try another example
python examples/web_search_agent/web_search_agent.py
Make sure the required dependencies for each example are installed and the necessary API keys are in your .env file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imagination_engine-0.1.2.tar.gz.
File metadata
- Download URL: imagination_engine-0.1.2.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5494932e11b49c005c44a4eba1cc45480e57d2c958e88bc79dd712f0c0ee0c7e
|
|
| MD5 |
fe135bf557b732f17539efdc5bfde1c8
|
|
| BLAKE2b-256 |
cb5821dae32094c1e3790a27cb2caf150065ebeac7e31f6e8c422c0ca6840e9c
|
Provenance
The following attestation bundles were made for imagination_engine-0.1.2.tar.gz:
Publisher:
python-package.yml on jacksongrove/imagination-engine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
imagination_engine-0.1.2.tar.gz -
Subject digest:
5494932e11b49c005c44a4eba1cc45480e57d2c958e88bc79dd712f0c0ee0c7e - Sigstore transparency entry: 211454321
- Sigstore integration time:
-
Permalink:
jacksongrove/imagination-engine@446c691e17a7a8514b3aeb542c96d72c127ac2e0 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/jacksongrove
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package.yml@446c691e17a7a8514b3aeb542c96d72c127ac2e0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file imagination_engine-0.1.2-py3-none-any.whl.
File metadata
- Download URL: imagination_engine-0.1.2-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c6d8f9f9ab19867b437ebbb8fbaa19a08fed79944d3605d855997089cbc159a
|
|
| MD5 |
f00ae4f57d13cd0ff70afcd6a9bc714a
|
|
| BLAKE2b-256 |
b08cce5b30bf77adcaa881a3c17a86e7871bdacba68ae41f761512b46f79e965
|
Provenance
The following attestation bundles were made for imagination_engine-0.1.2-py3-none-any.whl:
Publisher:
python-package.yml on jacksongrove/imagination-engine
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
imagination_engine-0.1.2-py3-none-any.whl -
Subject digest:
2c6d8f9f9ab19867b437ebbb8fbaa19a08fed79944d3605d855997089cbc159a - Sigstore transparency entry: 211454322
- Sigstore integration time:
-
Permalink:
jacksongrove/imagination-engine@446c691e17a7a8514b3aeb542c96d72c127ac2e0 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/jacksongrove
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-package.yml@446c691e17a7a8514b3aeb542c96d72c127ac2e0 -
Trigger Event:
push
-
Statement type: