v0.4.0

FoundationAgents/MetaGPTv0.4.0Dec 8, 2023by garylin2099

AI Summary

Adds stable code generation tools and expands API support to include Zhipu ChatGLM.

Key Highlights

  • Add `aask_code` function for stable code generation
  • Support Zhipu ChatGLM API

New Features

  • Stable code generation
  • Zhipu ChatGLM API support

Full Release Notes

# What's Changed
## Features
- Add `aask_code` function, which enables more stable code generation using openai function call (tool use) by @orange-crow #490 
- Support Zhipu ChatGLM API by @better629 #492 #498 
-  Add a simple entry for subscribing message from role by @shenchucheng #518 

## Bugfixes and improvements
- Fix workspace not existing issue by @border #472 
- Fix crashing due to openai.error.RateLimitError by @a-cid #485 
- Fix problems in search_kb.py by @seehi #501 

## Documents
- Introduce online document sites in README @better629 #494 
- Update windows installation note in README @seehi #499