Skip to main content

Framework for Developing an Agentic System

Project description

Image

Puppys

Framework for Developing an Agentic System

📜 Document    🔌 Install    QuickStart

TwitterDiscord

-Plug and Play-

Insert agentic ability into anywhere your existing enterprise code.

-Make Agent Robust-

Instruct agents via code, leading configurable and robust.

-Lite-

Less dependency, more scalability.

Image

Plug-and-Play

Embed the agent's action into any your existing code, transforming your original code into an agentic system

No DSL. No Workflow. Only Python (We understand that you don't like DSL or Workflow)

Image

Make Agent Robust

Autonomous Agents can do tasks by themselves and work in many situations, but only be able to solve very simple problems.

RPA (Robotic Process Automation), can handle complex tasks but isn't very flexible.

We provide a hybrid solution of Agents and RPA.

Image

Code-Driven

An LLM predicts the next token

An agent predicts the next action.

We believe that an LLM-based agent needs to predict the next action; in reality, it predicts the next code. This is the philosophy of being code-driven.

Image

Install

pip install git+https://github.com/PuppyAgent/Puppys.git

Quick Start & User Case

  1. 📢 Hacker News Reporter
from puppy.pp.mei import Mei

# change the API key to your own
# os.environ["OPENAI_API_KEY"] = ""


def hacker_news_decisiontree(self):

    self.do_check("go to https://news.ycombinator.com/ show the HTML", show_response=True)

    self.do_check("show the top 10 news @llm, and send it to me", show_response=True)

    self.do_check("pick the news that related to Large Language Models, summarize all the news, and send it to me")


hacker_news = Mei(hacker_news_decisiontree)

hacker_news.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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

Puppys-0.0.30-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

Details for the file Puppys-0.0.30-py3-none-any.whl.

File metadata

  • Download URL: Puppys-0.0.30-py3-none-any.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.6

File hashes

Hashes for Puppys-0.0.30-py3-none-any.whl
Algorithm Hash digest
SHA256 95dea0aac7c9261f7b4b34a9bf47d7874b7ed681fa64e95acf467ba3cbbe14e5
MD5 ac12917afdb4dbfb43d16de430525fae
BLAKE2b-256 7c80de3ad8a3611f4990ca7dc71c9afa31b0cfc7576f2900646f9096ca240717

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