furyhawk
21cea2cf97
feat: refactor agent initialization and enhance API proxy configuration in nginx
2026-06-16 20:58:23 +08:00
furyhawk
f51f7fc8f4
feat: refactor agent initialization and add MemoryRepository and RagService
2026-06-16 19:57:42 +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
0491a6b732
feat: implement RAG search tools and add related documentation
2026-06-15 10:02:56 +08:00
furyhawk
99ca2c838b
Refactor code structure for improved readability and maintainability
2026-06-14 10:06:26 +08:00
furyhawk
ac2a0f7c15
feat(logging): add debug logging configuration and environment variable support
2026-06-13 11:07:18 +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
1e206eed8b
feat: update configuration and enhance Docker support with new Makefile commands
2026-06-12 20:00:35 +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
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