Implement comprehensive tools system with function calling support#23
Merged
stephen-cox merged 5 commits intomainfrom Aug 9, 2025
Merged
Implement comprehensive tools system with function calling support#23stephen-cox merged 5 commits intomainfrom
stephen-cox merged 5 commits intomainfrom
Conversation
- Fix unused variable warnings in tool registry - Fix boolean comparison in web search tests - Improve JSON object argument parsing to handle both JSON and quoted strings - Add new coding patterns to CLAUDE.md for tool development - Ensure all tests pass and code quality checks are green 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement comprehensive tools system with function calling support
This PR introduces a comprehensive tools system that transforms Nova from a basic AI assistant into a powerful AI development platform.
Key Features Added
• Decorator-based Tool Creation - Simple @tool decorator for creating tools with automatic schema generation
• Multi-level Permission System - SAFE, ELEVATED, SYSTEM, and DANGEROUS permission levels with user consent flows
• Profile-based Tool Configuration - Different tool settings per AI profile with inheritance support
• Comprehensive Built-in Tools - File operations, web search, and conversation management tools
• Automatic Tool Discovery - Zero-configuration tool registration and discovery system
• Advanced Argument Parsing - Support for JSON objects, quoted strings, and complex data types
• Async-first Architecture - Proper resource management and concurrent execution support
• Extensive Testing - 401 tests passing with 64% code coverage including integration tests
Test plan
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com