npi-ai / npi

Action library for AI Agent
https://www.npi.ai
Apache License 2.0
191 stars 7 forks source link

Event trigger #43

Closed wenfengwang closed 6 months ago

wenfengwang commented 6 months ago
from npiai.app.github import Github
from npiai.app.google import Calendar

agent1 = Agent(prompt="...")
agent1.use(GitHub(), Gmail())

agent.when("npi-ai/npi has new issues, sending an email to w@npi.ai with the body of issue")