ZerePy January 17th Changelog
New Features
Blockchain Integrations
- Added support for Solana
- Added support for Sonic
- Added GOAT onchain agent toolkit
Server Mode
- Added server mode to facilitate deployment and advanced workflows
Installation is optional and comes via the following command
poetry install --extras server
Configuration Changes
New Agent Configuration Fields
{
"example_accounts": ["X_username_to_use_for_tweet_examples"],
"config": [
{
"name": "eternalai",
"model": "NousResearch/Hermes-3-Llama-3.1-70B-FP8",
"chain_id": "45762"
},
{
"name": "ollama",
"base_url": "http://localhost:11434",
"model": "llama3.2"
},
{
"name": "hyperbolic",
"model": "meta-llama/Meta-Llama-3-70B-Instruct"
}
]
}
Developer Notes
- The action handler refactoring provides a more maintainable and modular approach to handling platform-specific actions
- Prompt constants file makes it easier to modify and maintain system prompts
Coming Soon
- Zentients launchpad! Stay tuned for updates
Documentation Expansion
We're working on comprehensive documentation improvements including:
- Detailed API references for each connection type
- Advanced configuration guides
- Common troubleshooting scenarios
- Best practices for each platform integration
- Performance optimization tips
- Security considerations
This changelog reflects significant architectural improvements and feature additions while maintaining backward compatibility with existing configurations. The changes focus on both user experience enhancements and developer-oriented improvements to the codebase structure.