Commit Graph

7 Commits

Author SHA1 Message Date
17bf22ec5b 添加中文注释 2025-01-14 23:56:08 +08:00
e21195ce5a Refactor core modules and update dependencies 2025-01-14 23:36:20 +08:00
zhukang
6143abc83b docs: add comprehensive documentation
- Add contributing guidelines to README
- Add detailed architecture documentation
- Add text analysis task documentation
- Include usage examples and best practices
2025-01-14 21:05:33 +08:00
zhukang
0cfcd3c576 test: improve async test setup
- Add pytest-asyncio for handling async tests
- Update test_llm.py with proper async test decorators
- Add more assertions to LLM test
2025-01-14 20:56:32 +08:00
zhukang
7514326279 refactor: improve package structure
- Update import paths to use full package name
- Add package __init__.py
- Update pyproject.toml with correct dependencies and tools
- Configure pytest, black, and isort
2025-01-14 20:54:19 +08:00
zhukang
dd797ab5e4 feat: initial commit of agent task executor framework
- Add core task execution framework
- Add LLM integration with DeepSeek
- Add text analysis task implementation
- Add configuration management
- Add tests and documentation
2025-01-14 20:53:09 +08:00
zhukang
8c39084a31 docs: update project description and environment management in README 2025-01-14 20:52:19 +08:00