Skip to content

Add a simple server to test against #63

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kiike
Copy link

@kiike kiike commented Mar 27, 2025

I wanted to help solve #58 and learn more about the library, so I created a simple web server to test against. It provides a single method to add two integers as a building block for AGI. Since the servers runs locally, no internet access is needed, plus we can ensure the tests don't rely on an external service.
This PR does not depend on #62, but won't pass cleanly without it, due to using Async\Await in a function instead of Clue\React\Block.

Fixes #58.

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.

Tests failing because the WSDL website is down
1 participant