Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Implement Agent Behaviour #29

Merged
merged 20 commits into from
Aug 18, 2023
Merged

FEATURE: Implement Agent Behaviour #29

merged 20 commits into from
Aug 18, 2023

Conversation

merefield
Copy link
Owner

@merefield merefield commented Aug 16, 2023

  • FEATURE: Adds custom agent behaviour that can use local bespoke functions that can call upon deterministic code and remote APIs to reduce hallucinations and establish facts
    • Uses Open AI's new functions system.
    • Supports Serp API for Google Search
    • Supports Wikipedia search
    • Supports news search via NewsAPI.org
    • Supports stock price information retrieval via MarketStack.com
  • DEPRECATION: support for standard completion models has been dropped (text-davinci-00x etc.) to keep code complexity under some level of control 😅
  • CREDIT: loosely based on https://github.com/aurelio-labs/funkagent/ (written in Python) - thanks @jamescalam!

@merefield merefield marked this pull request as draft August 16, 2023 19:24
@merefield merefield marked this pull request as ready for review August 18, 2023 12:08
@merefield merefield merged commit ed6e90d into main Aug 18, 2023
3 checks passed
@merefield
Copy link
Owner Author

@fokx FYI I added Azure option to the agent as well as the default bot, hope it works!

@fokx
Copy link
Contributor

fokx commented Aug 21, 2023

@merefield Thanks, I will try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants