58 Commits
Author SHA1 Message Date
furyhawk f0eaa9b5db Refactor code structure for improved readability and maintainability 2026-06-17 22:10:30 +08:00
furyhawkandGitHub 9fd097d2b3 Merge pull request #1 from furyhawk/refactor
Refactor agent initialization and enhance capabilities and docs
2026-06-16 21:14:21 +08:00
furyhawk dee1e8f97d chore: bump version to 0.4.0 2026-06-16 21:07:40 +08:00
furyhawk 74ca457827 docs: update architecture docs to reflect refactored agent factory and DI wiring 2026-06-16 21:05:23 +08:00
furyhawk 21cea2cf97 feat: refactor agent initialization and enhance API proxy configuration in nginx 2026-06-16 20:58:23 +08:00
furyhawk 8a0b8be677 feat: add MCP, ToolSearch, and WebSearch capabilities to agent_factory 2026-06-16 20:38:44 +08:00
furyhawk f51f7fc8f4 feat: refactor agent initialization and add MemoryRepository and RagService 2026-06-16 19:57:42 +08:00
furyhawk 9dee4d1200 feat: add documentation for agent implementation and development commands 2026-06-16 19:30:45 +08:00
furyhawk c4419a4d53 feat: refactor AgentService to use create_deep_agent and streamline capabilities 2026-06-16 10:26:07 +08:00
furyhawk faa9fa703a feat: update agent.py docstring to provide detailed overview of PydanticDeep features and configuration 2026-06-16 09:12:21 +08:00
furyhawk ccf594fbd7 Update dependencies in uv.lock
- Bump version of agent-alpha from 0.2.1 to 0.3.0
- Update anyio from 4.13.0 to 4.14.0
- Update fastapi from 0.137.0 to 0.137.1
- Bump langsmith version from 0.8.15 to 0.8.16
- Upgrade sqlalchemy from 2.0.50 to 2.0.51
2026-06-16 08:46:08 +08:00
furyhawk af01fafea7 chore: bump version to 0.3.0 2026-06-15 10:18:18 +08:00
furyhawk 0491a6b732 feat: implement RAG search tools and add related documentation 2026-06-15 10:02:56 +08:00
furyhawk 495db8f5f2 feat: add documentation for adding new features and update dependency paths 2026-06-15 09:21:07 +08:00
furyhawk b4c4cd6661 fix: update package versions and resolution markers in uv.lock 2026-06-15 08:49:51 +08:00
furyhawk 5cf2ab088c feat: increase client_max_body_size to 60M for larger uploads 2026-06-14 21:05:27 +08:00
furyhawk 223b5bc5d0 chore: bump version to 0.2.1 2026-06-14 20:54:05 +08:00
furyhawk 98da111593 fix: correct logo emoji in project title 2026-06-14 20:53:03 +08:00
furyhawk 7bc52e67dd chore: bump version to 0.2.0 2026-06-14 20:45:19 +08:00
furyhawk 3f366e74ae feat: Update README.md with enhanced project structure, prerequisites, and RAG pipeline details 2026-06-14 20:41:05 +08:00
furyhawk 8ba59d07d0 feat: Add MinIO configuration for data persistence and enhance Milvus flushing mechanism 2026-06-14 19:39:40 +08:00
furyhawk 1c203b6bdb Refactor authentication and chat services to use Redis for token management and message storage
- Introduced `auth_token_repo` for handling auth token operations in Redis.
- Created `chat_repo` for managing chat sessions and messages in Redis.
- Implemented `ChatService` and `AuthService` to encapsulate business logic for chat and authentication.
- Updated routes to utilize new service and repository layers, removing direct database calls.
- Enhanced user management with `UserService` for CRUD operations and user authentication.
- Revised architecture documentation to reflect the new service-repository pattern.
2026-06-14 19:24:12 +08:00
furyhawk 429d2ac7bc feat: Update .env.example with structured configuration sections for better clarity 2026-06-14 19:01:58 +08:00
furyhawk 6b94af814c feat: Implement session creation timestamps and enhance session management in API 2026-06-14 14:26:33 +08:00
furyhawk 5c93e5d7a8 feat: Add session commit in database operations and update embedding configuration 2026-06-14 13:33:34 +08:00
furyhawk ac64ad9994 feat: Enhance logging across services for better traceability and debugging 2026-06-14 13:21:19 +08:00
furyhawk 4ac510c36d feat: Add raw/rendered message toggle and clipboard copy functionality in chat 2026-06-14 10:42:45 +08:00
furyhawk 19abb59608 feat: Add RAG dashboard and API integration for document management 2026-06-14 10:26:17 +08:00
furyhawk 99ca2c838b Refactor code structure for improved readability and maintainability 2026-06-14 10:06:26 +08:00
furyhawk eb1aecd9d8 feat: Add embedding API configuration and update related services for improved integration 2026-06-13 22:28:41 +08:00
furyhawk bb4b614711 feat: Implement RAG document and sync services with vector store integration
- Added `vectorstore.py` for managing vector storage operations using Milvus.
- Introduced `rag_document.py` for handling RAG document lifecycle, including ingestion and status updates.
- Created `rag_status.py` for streaming RAG ingestion status via Redis pub/sub.
- Developed `rag_sync.py` for managing synchronization operations and logs.
- Implemented `sync_source.py` for managing sync source configurations and triggering syncs.
- Established a lightweight task dispatcher in `dispatcher.py` for background task execution.
- Registered task functions for RAG ingestion and sync operations in `rag_tasks.py`.
- Configured task dispatcher settings in `arq_settings.py`.
- Added necessary database models and schemas for RAG document and sync operations.
2026-06-13 21:52:27 +08:00
furyhawk 75e276efc7 Implement code changes to enhance functionality and improve performance 2026-06-13 11:15:31 +08:00
furyhawk ac2a0f7c15 feat(logging): add debug logging configuration and environment variable support 2026-06-13 11:07:18 +08:00
furyhawk 67ff3e2e4a feat(session): add title management for sessions in backend and frontend 2026-06-13 00:52:43 +08:00
furyhawk d633617bf1 fix(agent): update OpenAIResponsesModel to OpenAIModel for consistency in agent service 2026-06-13 00:31:49 +08:00
furyhawk 2b1f947d7d feat(agent): integrate LocalBackend for persistent agent memory and update MemoryCapability configuration 2026-06-13 00:24:09 +08:00
furyhawk 96837fd868 feat(auth): automatically assign admin role to the first registered user 2026-06-12 23:46:20 +08:00
furyhawk cdc60dc1d1 fix: make LLM_BASE_URL configurable with default value in docker-compose 2026-06-12 23:31:33 +08:00
furyhawk 190bf7e12c fix: update LLM_BASE_URL to use host.docker.internal for container access 2026-06-12 23:22:16 +08:00
furyhawk cdfcd36bd2 feat: add new skills for build-and-compile, code review, data formats, environment discovery, git workflow, performant code, refactor, skill creator, systematic debugging, test writer, and verification strategy 2026-06-12 22:47:10 +08:00
furyhawk bb83cd2970 feat(admin): implement user deletion functionality in admin dashboard 2026-06-12 22:05:20 +08:00
furyhawk 0fde3e9490 feat(admin): add admin dashboard with user and session management APIs 2026-06-12 21:55:37 +08:00
furyhawk 58a41093c6 feat(auth): implement authentication API with login, register, and token management
- Added token management functions in frontend API for storing and retrieving auth tokens.
- Created authentication routes in backend for user registration, login, and profile retrieval.
- Implemented JWT token creation and validation for secure user sessions.
- Updated frontend API calls to include authorization headers for protected routes.
- Added bcrypt dependency for password hashing in user registration.
2026-06-12 21:37:45 +08:00
furyhawk dc4ed7c48d feat: add user management API with CRUD operations
- Implemented SQLAlchemy ORM models for User with role-based access control.
- Created API routes for user creation, retrieval, updating, and listing.
- Added input and output schemas for user data handling.
- Included session management for users.
2026-06-12 21:08:28 +08:00
furyhawk f407a5118f feat: implement chat message persistence with Valkey; add session management and history retrieval 2026-06-12 20:54:57 +08:00
furyhawk 197ddaacfe feat: update database and Valkey URLs in .env.example and docker-compose.yml for consistency 2026-06-12 20:48:15 +08:00
furyhawk 9f1b364530 feat: add favicon and link it in the HTML head 2026-06-12 20:40:13 +08:00
furyhawk 52dcd97728 feat: enhance health check endpoint to report API, database, and cache status; add standalone session for health checks 2026-06-12 20:39:10 +08:00
furyhawk 922aa5d3d6 feat: add comprehensive documentation for Agent Alpha, including project overview, tech stack, build commands, coding conventions, and common pitfalls 2026-06-12 20:09:21 +08:00
furyhawk 55b5a18b90 feat: add PostgreSQL and Valkey configuration with async support, enhance database management 2026-06-12 20:05:45 +08:00
furyhawk 1e206eed8b feat: update configuration and enhance Docker support with new Makefile commands 2026-06-12 20:00:35 +08:00
furyhawk 144f994d58 feat: add Docker configuration for backend and frontend with nginx support 2026-06-12 19:25:24 +08:00
furyhawk efac920413 feat: enhance logging configuration and update agent capabilities for improved monitoring and functionality 2026-06-12 18:42:46 +08:00
furyhawk 61d2e511f6 feat: refactor backend structure with AppBuilder and AgentService for improved dependency management 2026-06-12 18:37:28 +08:00
furyhawk 2e37587bd7 feat: update README and add Makefile for streamlined setup and development 2026-06-12 18:28:49 +08:00
furyhawk c7e4665359 Refactor code structure for improved readability and maintainability 2026-06-12 18:16:01 +08:00
furyhawk 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS
- Add package.json with dependencies and scripts for development and build
- Create PostCSS configuration for Tailwind CSS and autoprefixer
- Implement main App component with chat functionality and message handling
- Create API module for sending messages to backend
- Add global CSS file with Tailwind directives and custom scrollbar styles
- Set up entry point for React application in main.tsx
- Define TypeScript environment types for Vite
- Configure Tailwind CSS with content paths
- Set up TypeScript configuration with strict settings
- Configure Vite with React plugin and API proxy for development
2026-06-12 17:07:26 +08:00
furyhawk 3d67e8d1e5 Refactor code structure for improved readability and maintainability 2026-06-12 16:39:48 +08:00