Implement comprehensive tools system with function calling support #23
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