Skip to main content

A distributed task queue for building reliable multi-agent systems.

Project description

nFactorial

Factorial is a distributed task queue for building reliable multi-agent systems. It makes the following trivial to implement:

  • Agent Reliability: Automatic retries, backoff strategies, and recovery of dropped tasks from crashed workers.
  • In-flight Task Management: Cancel, steer, and monitor running tasks.
  • Spawning Sub Agents: Having an agent spawn multiple sub agents and wait for their completion before continuing.
  • Deferred Tools: Pause the agent while it waits for long running tools to complete externally or wait for user approval before continuing.
  • Observability: Built-in metrics dashboard and comprehensive logging

Dashboard

Installation

pip install nfactorial

Quick Start

from factorial import Agent, Orchestrator, AgentWorkerConfig, gpt_41


def get_weather(location: str) -> str:
    return f"The weather in {location} is sunny and 72°F"


agent = Agent(
    instructions="You help users get weather information.",
    model=gpt_41,
    tools=[get_weather],
)

# Create orchestrator
orchestrator = Orchestrator(
    redis_host="localhost",
    redis_port=6379,
    redis_db=0,
    redis_max_connections=50,
)
orchestrator.register_runner(
    agent=agent, agent_worker_config=AgentWorkerConfig(workers=1)
)

# Run the system
if __name__ == "__main__":
    orchestrator.run()

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

nfactorial-0.1.11.tar.gz (67.4 kB view details)

Uploaded Source

Built Distribution

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

nfactorial-0.1.11-py3-none-any.whl (79.2 kB view details)

Uploaded Python 3

File details

Details for the file nfactorial-0.1.11.tar.gz.

File metadata

  • Download URL: nfactorial-0.1.11.tar.gz
  • Upload date:
  • Size: 67.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0

File hashes

Hashes for nfactorial-0.1.11.tar.gz
Algorithm Hash digest
SHA256 1854472a9e14cfc271c6a696d7f4d13394a082e5d9458923e7fb4db73fb87d6c
MD5 7dbe81645272344f9ff4933a06554e84
BLAKE2b-256 6a25226f5bd6b598470f26096b629865b854af7a26b8738b24db0ccc17c9c42b

See more details on using hashes here.

File details

Details for the file nfactorial-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: nfactorial-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 79.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.0

File hashes

Hashes for nfactorial-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 91e941fb1ccd6a889a5b918a3c4ff5dfe44853b859599447df1093c3b20f2dd5
MD5 cafab5be4de39809811100a775a9ff54
BLAKE2b-256 a6783aa40dc95adb5ccfdb98dac641cce85d7611a47291f98981f44a0b95648a

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