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

feat: add state of mika integration #286

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cloudre01
Copy link

Pull Request Description

Related Issue

Changes Made

This PR adds the following changes:

Tools

  • Query Parsing: Introduces a agent tool State of Mika router that accepts a query and intelligently routes it based on its content.

Actions

  • Math Evaluation: Processes and evaluates mathematical expressions included in the query.
  • Crypto News Retrieval: Integrates an API call to fetch the latest crypto news.
  • Website Scraping: Implements functionality to scrape websites based on the query input.

Implementation Details

  • Query Routing: The router intelligently identifies whether the query requires math evaluation, crypto news retrieval, or website scraping.

Transaction Executed by Agent

N/A

Prompt Used

N/A

Additional Notes

  • Environment Variables: Ensure that SOM_API_KEY is available to use the State of Mika router
  • Testing: Comprehensive tests have been performed locally to ensure each component (math evaluation, crypto news, and website scraping) works as expected.

Checklist

  • I have tested these changes locally
  • I have updated the documentation
  • I have added a transaction link
  • I have added the prompt used to test it

@cloudre01 cloudre01 force-pushed the feature/state-of-mika-integration branch from 407d8a4 to 00dcaf4 Compare February 19, 2025 04:20
@cloudre01 cloudre01 marked this pull request as ready for review February 22, 2025 15:00
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.

1 participant