-
Notifications
You must be signed in to change notification settings - Fork 1.2k
@claude #33
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
TJay666
wants to merge
17
commits into
https-deeplearning-ai:main
Choose a base branch
from
TJay666:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
@claude #33
Conversation
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
- Add course outline tool for structure queries - Implement new chat functionality with session clearing - Improve source links with clickable course/lesson URLs - Enhanced UI with better source formatting and new chat button - Update AI generator prompts for better tool usage - Add API endpoint for session management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Refactor AIGenerator to support up to 2 sequential tool calling rounds - Add _handle_tool_execution_sequential() method for message accumulation - Update system prompt to remove "one tool call maximum" limitation - Maintain backward compatibility with existing _handle_tool_execution() - Add max_rounds parameter (default: 2) for configurable behavior - Implement intelligent termination conditions: * No tool use in Claude's response * Maximum rounds reached * Tool execution failures - Preserve conversation context across rounds - Add comprehensive test suite with 34 total tests (5 new sequential tests) - Include demo script showing complex multi-step query capabilities Features enabled: - Complex course comparisons requiring multiple searches - Multi-step research with contextual follow-up queries - Intelligent early termination when sufficient information gathered - Graceful error handling for tool failures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add black, isort, flake8, and mypy as development dependencies - Configure all tools in pyproject.toml with consistent 88-char line length - Apply black formatting to entire codebase for consistency - Organize imports with isort following black profile - Create development scripts for Windows and Unix (format.sh/.bat, lint.sh/.bat, check.sh/.bat) - Update CLAUDE.md with comprehensive code quality commands and workflows - Add __init__.py to tests directory for proper Python package structure - Set up quality checks with appropriate ignores for existing codebase patterns Development workflow now supports: - uv sync --extra dev (install quality tools) - ./scripts/check.sh (format + lint + type check) - Individual tool commands for granular control 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add pytest configuration in pyproject.toml with markers and async support - Create conftest.py with shared fixtures for mocking and test data setup - Implement test_api_endpoints.py with full FastAPI endpoint testing: * /api/query endpoint with session management and error handling * /api/courses endpoint for analytics retrieval * /api/clear-session endpoint for session management * Root endpoint status verification - Solve static file mounting issues by creating test-specific app instance - Add comprehensive test coverage for request validation, error scenarios, and edge cases - Maintain compatibility with existing unit tests (50 total tests, 49 passing) - Enable organized test execution with markers: @pytest.mark.api, @pytest.mark.unit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Implement theme toggle button with sun/moon icons in top-right corner - Add comprehensive CSS variables system for dark and light themes - Include smooth 0.3s transitions for all theme-related properties - Add keyboard accessibility support (Enter/Space keys) - Implement localStorage persistence for theme preference - Ensure proper contrast ratios and accessibility compliance - Add dynamic aria-label updates for screen readers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Updated .trees worktree references after merging quality_feature, testing_feature, and ui_feature - Updated Claude local settings to allow git operations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Deleted quality_feature, testing_feature, and ui_feature worktrees - All feature branches have been successfully merged into main - Cleaned up workspace by removing temporary worktree directories 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Created comprehensive post highlighting technical achievements from Anthropic Claude Code course including FastAPI backend, ChromaDB vector search, and AI integration components. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
No description provided.