Skip to main content

Multi-provider LLM and message queue abstraction for distributed agent systems

Project description

teenyfactories

Agent runtime for TeenyFactories. Postgres-backed pub/sub, multi-provider LLM calls, vector search.

pip install --pre teenyfactories
import teenyfactories as tf

@tf.on_state('documents', 'loaded').do
def analyse(item):
    tf.collection('documents').set(item['key'], state='analysed')

while True:
    tf.run_pending()
    tf.sleep(1)

Writing a row with a given state fires NOTIFY {factory}.{collection}.{state}. Every subscriber to that pair gets the row. That's the framework.

Public API

Group Names
Pub/sub on_state, on_message, send_message, run_pending
Data collection (.set, .add, .get, .get_all, .remove, .count, .exists, .vector_search)
LLM call_llm, embed
MCP add_mcp_server, add_mcp_tool
Schedule on_schedule.every(N).<unit>.do(handler)
Logging log_debug, log_info, log_warn, log_error, log_persona
Time / IDs get_timestamp, get_timestamp_utc, generate_unique_id
Util sleep, PROJECT_NAME, FACTORY_PREFIX, __version__

Anything not in this list is not part of the supported surface — don't reach into submodules.

How it plugs in

A factory is a directory:

my_factory/
├── factory.yml
└── agents/
    ├── poller.py
    └── enricher.py

Each agents/*.py runs in its own container based on ghcr.io/teenyfactories/agent:dev — which has this library pre-installed. Single-factory mode runs each file as a docker compose service; multi-factory mode runs them under the orchestrator. Either way, agent code is just import teenyfactories as tf + handlers + main loop.

Full setup, compose templates, environment variable reference: see the core repo.

Versioning

PEP 440 dev pre-releases: 0.1.0.devYYYYMMDD. pip install teenyfactories will NOT pick these up — you need --pre (latest dated build) or an explicit pin (teenyfactories==0.1.0.dev20260512).

License

MIT.

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

teenyfactories-0.1.0.dev20260601.tar.gz (46.6 kB view details)

Uploaded Source

Built Distribution

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

teenyfactories-0.1.0.dev20260601-py3-none-any.whl (54.8 kB view details)

Uploaded Python 3

File details

Details for the file teenyfactories-0.1.0.dev20260601.tar.gz.

File metadata

File hashes

Hashes for teenyfactories-0.1.0.dev20260601.tar.gz
Algorithm Hash digest
SHA256 385827fdd2b019f1eddfa98d87bdb39bdca3d16bd5fbd6036b62dbf61a8ce40c
MD5 dd6a254a1be686ecf49bb659fa71f1f4
BLAKE2b-256 d2dc406f0116c1fb8ab9502c27a70b5ea2ff43deb170800e024238cba3aa8eb0

See more details on using hashes here.

File details

Details for the file teenyfactories-0.1.0.dev20260601-py3-none-any.whl.

File metadata

File hashes

Hashes for teenyfactories-0.1.0.dev20260601-py3-none-any.whl
Algorithm Hash digest
SHA256 8065b05643e3531e648ea47526b8ead20f4b197bd9e0f6a572e7e5bbcd4e305f
MD5 abfa4fda17d746bf671efbda5d7e3454
BLAKE2b-256 56ae25203aa7f80911ead13ffcf13c9df0993ec76af02aafa3d60d0656e11cd0

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