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