Agixt

Latest version: v1.7.1

Safety actively analyzes 698693 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 84

1.7.1

What's Changed
* Fix 1371 : Chain Query `too many values` by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1374
* Fix 1367 : `Providers` has Nested GQL Key by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1375
* Fix 1370: Implement IDs for Chains in GQL by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1376
* MSSQL Extension by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1362
* Fix 1369: Chains Allow Empty Names by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1377
* Add OpenSCAD extension by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1378


**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.7.0...v1.7.1

1.7.0

What's Changed
* Fix code scanning alert no. 316: Uncontrolled data used in path expression by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1350
* Improved command injection by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1351
* S3 Workspaces by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1352
* Add docs to endpoints by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1356
* Add GraphQL by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1357
* Add graphql extensions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1359
* Use selected database as vector database by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1364
* Update README.md by henrywkk in https://github.com/Josh-XT/AGiXT/pull/1366
* add rust badge by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1368

New Contributors
* henrywkk made their first contribution in https://github.com/Josh-XT/AGiXT/pull/1366

**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.6.31...v1.7.0

1.6.31

What's Changed
* Fix chain responses by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1192
* Fix typo in test by eltociear in https://github.com/Josh-XT/AGiXT/pull/1193
* Improvements to webseach to memory and activity logging by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1194
* v1.6.0 by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1195
* Chain improvements for tracking step responses by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1196
* Move dataset creation functions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1197
* Add DPO endpoint by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1198
* Handle activity log in conversation history injection by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1199
* Use `ACTIVITY` instead of `ACTIVITY_START` and `ACTIVITY_END` by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1200
* Parallel chain steps by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1201
* Rework websearch to rotate endpoints on failure by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1202
* Move google search to Websearch.py by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1203
* Use URL for image uploads by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1206
* Code reduction on chat completions function by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1207
* Add Task Planning functions, Conversational Memories, and Single Sign-On by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1208
* Improve File Uploads, Vision Always On by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1210
* Add GitHub Repo Download to Memory to Chat Completions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1211
* Add user preferences and timezones by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1213
* Add user preferences by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1214
* Add requirements by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1215
* Closing database sessions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1216
* Parallel Web Search by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1217
* Rework g4f, update Nodejs by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1218
* fix invalid type by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1220
* Update requirements July 2024 by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1221
* Initialize AGiXT class with conversation name by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1222
* Add logic to convert math to python to context in chat completions workflow by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1223
* chore: update Convert OpenAPI Endpoint.txt by eltociear in https://github.com/Josh-XT/AGiXT/pull/1224
* add get repos for user by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1226
* Improve listen example by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1229
* Update README.md - Fix With EZLocalAI Missing Flag by rm4453 in https://github.com/Josh-XT/AGiXT/pull/1230
* Inject full files if max tokens is enough by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1232
* Improvements to Context Injection by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1233
* Add Feature as Discussed by JamesonRGrieve in https://github.com/Josh-XT/AGiXT/pull/1235
* Use chat completions on prompt agent endpoint by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1239
* Add user settings to agent settings by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1240
* Add Fork conversation function by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1241
* Add Oura Ring extension by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1242
* Add `get_agent_extensions` functionality by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1243
* Add Google Keep to google extension by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1227
* add Microsoft Todo , tasks by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1228
* Rewrite Azure OpenAI Provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1244
* chore: Add WAIT_BETWEEN_REQUESTS and WAIT_AFTER_FAILURE options to Cl… by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1245
* Create trained `AGiXT` agent on user registration by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1247
* Create default agent if it doesn't exist on `get_agents` by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1248
* Improve command execution guidelines by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1249
* Add Dart SDK badge to readme by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1251
* fix import chain AttributeError: 'NoneType' object has no attribute 'id' by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1254
* Add automatic translations by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1257
* Auto continue, new prompt, and parsing logic updates by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1258
* Always auto continue if enabled by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1259
* Change command execution format by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1260
* Fix chains as commands. by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1262
* add tests for learn file type by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1266
* update links by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1269
* File upload fixes. Set `auto_continue` to `True` by default by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1271
* Bump mysql-connector-python from 9.0.0 to 9.1.0 by dependabot in https://github.com/Josh-XT/AGiXT/pull/1273
* Add Minecraft extension by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1274
* Add long reasoning command execution functionality by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1277
* Add task scheduling by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1278
* Add smart replacement functions as GitHub commands by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1279
* Add disable commands override for interactions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1280
* Improve command execution and follow ups by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1281
* Improve web scraping extension by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1286
* Bump python-multipart from 0.0.9 to 0.0.18 by dependabot in https://github.com/Josh-XT/AGiXT/pull/1287
* add reader file format ipynb by birdup000 in https://github.com/Josh-XT/AGiXT/pull/1284
* improve import seeding by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1288
* Prevent duplicate executions by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1291
* SSO Cleanup by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1293
* Add rotation provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1294
* Add dates to conversations by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1295
* Deduplicate memories existing by external sources by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1297
* Add more detailed conversation endpoints by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1298
* Remove `AUTH_PROVIDER` references by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1299
* Add commands for data analysis and websearch, improve subactivities by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1301
* Fix 1303: Move Token Count Logging from `XT.py` to `Agent.py` by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1331
* Update web browsing extension by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1333
* Make Generating Audio and Images Subactivities by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1335
* Add notifications by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1339
* Add coding provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1338
* Inject pending tasks to context by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1340
* Auto summarize conversations, add attachment count by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1341
* add deepseek and xai by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1347
* Improve rotation provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1348
* Smarter rotation provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1349


**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.5.18...v1.6.31

1.6.30

**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.6.29...v1.6.30

1.6.29

What's Changed
* Add Deepseek and xAI providers by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1347
* Improve rotation provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1348
* Smarter rotation provider by Josh-XT in https://github.com/Josh-XT/AGiXT/pull/1349


**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.6.28...v1.6.29

1.6.28

**Full Changelog**: https://github.com/Josh-XT/AGiXT/compare/v1.6.27...v1.6.28

Page 1 of 84

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.