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

Add direct tool access and repository watching #6

Merged
merged 5 commits into from
Feb 12, 2025

Conversation

wesen
Copy link
Contributor

@wesen wesen commented Feb 12, 2025

Adds the ability to interact with tools directly without starting a server, plus
automatic repository watching for live updates.

Key changes:

  • New server tools command group for direct tool interaction
    • list shows available tools with schemas
    • call executes tools directly
  • Automatic repository watching for live updates when tools change
  • Refactored tool provider creation into dedicated server layer
  • Improved error handling and configuration loading
  • Added graceful shutdown handling

Breaking changes:

  • Moved server settings into dedicated parameter layer
  • Tool provider creation now requires explicit watch flag

@wesen wesen merged commit 7b9790d into go-go-golems:main Feb 12, 2025
2 checks passed
@wesen wesen deleted the task/add-repository-watcher branch February 12, 2025 21:34
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