Commit Graph

2 Commits

Author SHA1 Message Date
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
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