Commit Graph

  • 6378d9b96a Implement new feature for user authentication and improve error handling refactor furyhawk 2026-06-19 11:21:46 +08:00
  • 4f2ce0fc26 Implement new feature for user authentication and improve error handling furyhawk 2026-06-18 20:19:33 +08:00
  • f39b958d2f docs: update README to include Podman usage instructions furyhawk 2026-06-18 18:46:00 +08:00
  • f0eaa9b5db Refactor code structure for improved readability and maintainability master furyhawk 2026-06-17 22:10:30 +08:00
  • 90162dfb5b Refactor code structure for improved readability and maintainability furyhawk 2026-06-17 22:01:56 +08:00
  • 1d840a4a07 feat: Integrate DeepResearch into Agent Alpha with new research API and UI furyhawk 2026-06-17 20:43:20 +08:00
  • 51cd44572f refactor: update agent documentation to streamline architecture and implementation details furyhawk 2026-06-17 19:30:41 +08:00
  • 826e7f1547 Add initial documentation for DeepResearch workspace and agent memory furyhawk 2026-06-17 19:28:15 +08:00
  • 9fd097d2b3 Merge pull request #1 from furyhawk/refactor v0.4.0-master furyhawkandGitHub 2026-06-16 21:14:21 +08:00
  • dee1e8f97d chore: bump version to 0.4.0 v0.4.0 furyhawk 2026-06-16 21:07:40 +08:00
  • 74ca457827 docs: update architecture docs to reflect refactored agent factory and DI wiring furyhawk 2026-06-16 21:05:23 +08:00
  • 21cea2cf97 feat: refactor agent initialization and enhance API proxy configuration in nginx furyhawk 2026-06-16 20:58:23 +08:00
  • 8a0b8be677 feat: add MCP, ToolSearch, and WebSearch capabilities to agent_factory furyhawk 2026-06-16 20:38:44 +08:00
  • f51f7fc8f4 feat: refactor agent initialization and add MemoryRepository and RagService furyhawk 2026-06-16 19:57:42 +08:00
  • 9dee4d1200 feat: add documentation for agent implementation and development commands furyhawk 2026-06-16 19:30:45 +08:00
  • c4419a4d53 feat: refactor AgentService to use create_deep_agent and streamline capabilities furyhawk 2026-06-16 10:26:07 +08:00
  • faa9fa703a feat: update agent.py docstring to provide detailed overview of PydanticDeep features and configuration furyhawk 2026-06-16 09:12:21 +08:00
  • ccf594fbd7 Update dependencies in uv.lock furyhawk 2026-06-16 08:46:08 +08:00
  • af01fafea7 chore: bump version to 0.3.0 v0.3.0 furyhawk 2026-06-15 10:18:18 +08:00
  • 0491a6b732 feat: implement RAG search tools and add related documentation furyhawk 2026-06-15 10:02:56 +08:00
  • 495db8f5f2 feat: add documentation for adding new features and update dependency paths furyhawk 2026-06-15 09:21:07 +08:00
  • b4c4cd6661 fix: update package versions and resolution markers in uv.lock furyhawk 2026-06-15 08:49:51 +08:00
  • 5cf2ab088c feat: increase client_max_body_size to 60M for larger uploads furyhawk 2026-06-14 21:05:27 +08:00
  • 223b5bc5d0 chore: bump version to 0.2.1 v0.2.1 furyhawk 2026-06-14 20:54:05 +08:00
  • 98da111593 fix: correct logo emoji in project title furyhawk 2026-06-14 20:53:03 +08:00
  • 7bc52e67dd chore: bump version to 0.2.0 v0.2.0 furyhawk 2026-06-14 20:45:19 +08:00
  • 3f366e74ae feat: Update README.md with enhanced project structure, prerequisites, and RAG pipeline details furyhawk 2026-06-14 20:41:05 +08:00
  • 8ba59d07d0 feat: Add MinIO configuration for data persistence and enhance Milvus flushing mechanism furyhawk 2026-06-14 19:39:40 +08:00
  • 1c203b6bdb Refactor authentication and chat services to use Redis for token management and message storage furyhawk 2026-06-14 19:24:12 +08:00
  • 429d2ac7bc feat: Update .env.example with structured configuration sections for better clarity furyhawk 2026-06-14 19:01:58 +08:00
  • 6b94af814c feat: Implement session creation timestamps and enhance session management in API furyhawk 2026-06-14 14:26:33 +08:00
  • 5c93e5d7a8 feat: Add session commit in database operations and update embedding configuration furyhawk 2026-06-14 13:33:34 +08:00
  • ac64ad9994 feat: Enhance logging across services for better traceability and debugging furyhawk 2026-06-14 13:21:19 +08:00
  • 4ac510c36d feat: Add raw/rendered message toggle and clipboard copy functionality in chat furyhawk 2026-06-14 10:42:45 +08:00
  • 19abb59608 feat: Add RAG dashboard and API integration for document management furyhawk 2026-06-14 10:26:17 +08:00
  • 99ca2c838b Refactor code structure for improved readability and maintainability furyhawk 2026-06-14 10:06:26 +08:00
  • eb1aecd9d8 feat: Add embedding API configuration and update related services for improved integration furyhawk 2026-06-13 22:28:41 +08:00
  • bb4b614711 feat: Implement RAG document and sync services with vector store integration furyhawk 2026-06-13 21:52:27 +08:00
  • 75e276efc7 Implement code changes to enhance functionality and improve performance furyhawk 2026-06-13 11:15:31 +08:00
  • ac2a0f7c15 feat(logging): add debug logging configuration and environment variable support furyhawk 2026-06-13 11:07:18 +08:00
  • 67ff3e2e4a feat(session): add title management for sessions in backend and frontend furyhawk 2026-06-13 00:52:43 +08:00
  • d633617bf1 fix(agent): update OpenAIResponsesModel to OpenAIModel for consistency in agent service furyhawk 2026-06-13 00:31:49 +08:00
  • 2b1f947d7d feat(agent): integrate LocalBackend for persistent agent memory and update MemoryCapability configuration furyhawk 2026-06-13 00:24:09 +08:00
  • 96837fd868 feat(auth): automatically assign admin role to the first registered user furyhawk 2026-06-12 23:46:20 +08:00
  • cdc60dc1d1 fix: make LLM_BASE_URL configurable with default value in docker-compose furyhawk 2026-06-12 23:31:33 +08:00
  • 190bf7e12c fix: update LLM_BASE_URL to use host.docker.internal for container access furyhawk 2026-06-12 23:22:16 +08:00
  • 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 furyhawk 2026-06-12 22:47:10 +08:00
  • bb83cd2970 feat(admin): implement user deletion functionality in admin dashboard furyhawk 2026-06-12 22:05:20 +08:00
  • 0fde3e9490 feat(admin): add admin dashboard with user and session management APIs furyhawk 2026-06-12 21:55:37 +08:00
  • 58a41093c6 feat(auth): implement authentication API with login, register, and token management furyhawk 2026-06-12 21:37:45 +08:00
  • dc4ed7c48d feat: add user management API with CRUD operations furyhawk 2026-06-12 21:08:28 +08:00
  • f407a5118f feat: implement chat message persistence with Valkey; add session management and history retrieval furyhawk 2026-06-12 20:54:57 +08:00
  • 197ddaacfe feat: update database and Valkey URLs in .env.example and docker-compose.yml for consistency furyhawk 2026-06-12 20:48:15 +08:00
  • 9f1b364530 feat: add favicon and link it in the HTML head furyhawk 2026-06-12 20:40:13 +08:00
  • 52dcd97728 feat: enhance health check endpoint to report API, database, and cache status; add standalone session for health checks furyhawk 2026-06-12 20:39:10 +08:00
  • 922aa5d3d6 feat: add comprehensive documentation for Agent Alpha, including project overview, tech stack, build commands, coding conventions, and common pitfalls furyhawk 2026-06-12 20:09:21 +08:00
  • 55b5a18b90 feat: add PostgreSQL and Valkey configuration with async support, enhance database management furyhawk 2026-06-12 20:05:45 +08:00
  • 1e206eed8b feat: update configuration and enhance Docker support with new Makefile commands furyhawk 2026-06-12 20:00:35 +08:00
  • 144f994d58 feat: add Docker configuration for backend and frontend with nginx support furyhawk 2026-06-12 19:25:24 +08:00
  • efac920413 feat: enhance logging configuration and update agent capabilities for improved monitoring and functionality furyhawk 2026-06-12 18:42:46 +08:00
  • 61d2e511f6 feat: refactor backend structure with AppBuilder and AgentService for improved dependency management furyhawk 2026-06-12 18:37:28 +08:00
  • 2e37587bd7 feat: update README and add Makefile for streamlined setup and development furyhawk 2026-06-12 18:28:49 +08:00
  • c7e4665359 Refactor code structure for improved readability and maintainability furyhawk 2026-06-12 18:16:01 +08:00
  • 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS furyhawk 2026-06-12 17:07:26 +08:00
  • 3d67e8d1e5 Refactor code structure for improved readability and maintainability furyhawk 2026-06-12 16:39:48 +08:00