Python actor-model

Open-source Python projects categorized as actor-model

Top 4 Python actor-model Projects

  • langroid

    Harness LLMs with Multi-Agent Programming

  • Project mention: OpenAI: Streaming is now available in the Assistants API | news.ycombinator.com | 2024-03-14

    This was indeed true in the beginning, and I don’t know if this has changed. Inserting messages with Assistant role is crucial for many reasons, such as if you want to implement caching, or otherwise edit/compress a previous assistant response for cost or other reason.

    At the time I implemented a work-around in Langroid[1]: since you can only insert a “user” role message, prepend the content with ASSISTANT: whenever you want it to be treated as an assistant role. This actually works as expected and I was able to do caching. I explained it in this forum:

    https://community.openai.com/t/add-custom-roles-to-messages-...

    [1] the Langroid code that adds a message with a given role, using this above “assistant spoofing trick”:

    https://github.com/langroid/langroid/blob/main/langroid/agen...

  • tractor

    A distributed, structured concurrent runtime for Python (and friends)

  • Project mention: Ask HN: What Python libraries do you wish more people knew about? | news.ycombinator.com | 2023-12-03
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Thespian Actor Library

    Python Actor concurrency library

  • jockey

    🏇 Generic Python library for running asynchronous workers. Useful for building event handlers, web frameworks, and alike. (by orsinium-labs)

  • Project mention: Show HN: Jockey – Generic Python library for running asynchronous workers | news.ycombinator.com | 2023-11-03
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python actor-model related posts

  • Paxos vs Raft: Have We Reached Consensus on Distributed Consensus?

    5 projects | news.ycombinator.com | 16 Jul 2021
  • Ray: A Distributed Framework for Emerging AI Applications

    3 projects | news.ycombinator.com | 4 Jul 2021
  • Ask HN: How to 100% enable remote infrastructure?

    1 project | news.ycombinator.com | 29 Apr 2021

Index

What are some of the best open-source actor-model projects in Python? This list will help you:

Project Stars
1 langroid 1,594
2 tractor 250
3 Thespian Actor Library 185
4 jockey 5

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com