Commit Graph

9 Commits

Author SHA1 Message Date
dongdongunique
485b969989 Update README with async usage and router platform recommendations
- Convert Basic Usage to async/await pattern with asyncio.run()
- Add base_url parameter examples in OpenAIModel initialization
- Add API Base URL Setup section recommending OpenRouter and BoyueRichData
- Include helpful comments about router platform usage
2025-12-10 13:21:53 +08:00
dongdongunique
8ac995bd81 Complete EvoSynth framework setup
- Updated README.md with comprehensive documentation
- Added requirements.txt with verified dependencies
- Added .gitignore to exclude sensitive files
- Implemented context length protection for access_runcontext_history
- Removed torch dependency to avoid confusion
- All changes tested and verified
2025-12-10 05:29:53 +08:00
dongdongunique
75eb41f50b Add context length protection in access_runcontext_history
- Add loop mechanism to reduce history_depth if output exceeds max_total_chars
- Prevents context overflow when accessing run context history
- Prints reduction info and returns depth_reduced field in result
2025-12-10 03:23:53 +08:00
dongdongunique
a5e5185c10 Add .gitignore 2025-12-10 03:17:39 +08:00
dongdongunique
93f0702172 Update README and requirements 2025-12-10 03:16:48 +08:00
dongdongunique
f3af94df0b first commit 2025-12-10 00:54:02 +08:00
Yunhao Chen
2cf4168ecf Update README.md 2025-11-27 15:39:17 +08:00
Yunhao Chen
77900d24d1 Add release note to README.md 2025-11-16 23:30:30 +08:00
Yunhao Chen
e97ccca3dd Initial commit 2025-11-16 23:23:36 +08:00