Skip to content

Latest commit

 

History

History
134 lines (92 loc) · 2.33 KB

File metadata and controls

134 lines (92 loc) · 2.33 KB

[1.3.0] - 2026-06-18

🚀 Features

  • Admin console with usage stats

📚 Documentation

  • Use a better schema
  • Section how to install

⚙️ Miscellaneous Tasks

  • Bump to v1.2.1
  • Rebrand from fakellm to agentllm
  • Reverse back to fakellm

[1.2.1] - 2026-05-17

🚀 Features

  • Support codemode for yaml deployments

🚜 Refactor

  • Improve examples

⚙️ Miscellaneous Tasks

  • Bump to v1.2.0
  • Can test with real llms
  • Add more real tests*
  • More tests with images and files
  • More tests for deploy yaml

[1.2.0] - 2026-05-05

🚀 Features

  • New version
  • Further support bot-friendly workflow

🐛 Bug Fixes

  • Fix probe
  • Use fixed prob of fakellm

📚 Documentation

  • Reflect new apis changes and structure in agents.md

⚙️ Miscellaneous Tasks

  • (changelog) Update
  • Bump to v1.2.0 dev version

[1.1.1] - 2026-05-03

🚀 Features

  • Support open responses

📚 Documentation

  • Basic AGENTS.md file

⚙️ Miscellaneous Tasks

  • Use python-dotenv
  • Use pydanticai to test
  • Better examples
  • More tests for open reponses and extra parameters
  • Log headers when debug is on
  • Bump to v1.1.1

[1.1.0] - 2026-04-29

⚙️ Miscellaneous Tasks

  • Bump to v1.1.0

[prior_reasoning] - 2026-04-29

🚀 Features

  • Support agentic workflow, not just agents
  • FAKELLM_API_KEY for the whole entrypoint

⚙️ Miscellaneous Tasks

  • Upgrade deps
  • Support debug mode
  • Try to avoid timeout

[1.0.0] - 2026-04-28

🚀 Features

  • First draft
  • Support multiple models
  • Add examples
  • Improve dx
  • Further improve dx with support for codemode
  • Support api keys and better logging
  • Support files
  • Support deploy mode
  • Support custom headers
  • Support body parameters

🐛 Bug Fixes

  • Fix example with code mode agent
  • Support streaming

🚜 Refactor

  • Reuse helper functions
  • Split tests

📚 Documentation

  • Explain live_client
  • Add schema
  • Example with mcp
  • Logo

⚙️ Miscellaneous Tasks

  • Initial python project boilerplate
  • Improve example with built in tools
  • Better example for multi agents
  • Example with uvicorn and hn
  • Use groups instead of optionnal deps
  • Tests for structured output
  • Ty ignore examples
  • Uv ty check pass
  • Add ty check and re-run pre-commits
  • Ci and docker support
  • Fix registry image name
  • Bump to v1.0.0