Skip to content

Releases: Josh-XT/AGiXT

v0.0.6

19 Apr 18:48
d995102
Compare
Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6

v0.0.4

19 Apr 12:52
31bd13f
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Apr 04:27
Compare
Choose a tag to compare

Additional providers and commands added.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

18 Apr 22:07
Compare
Choose a tag to compare

Lots of changes! Front end UI is together for the most part. It will definitely keep improving, but here are some of the things added.

  1. Dark mode toggle: Users can switch between light and dark themes with a toggle button in the AppHeader.
  2. Agent management: Users can view the list of agents, add new agents, and delete existing agents using the AgentList component.
  3. Task management: Users can set objectives for agents and start tasks using the AgentControls component.
  4. Instruct mode: Users can provide instructions to agents and view their responses in real-time using the chat interface in the AgentControls component.
  5. Command list: A list of available commands is displayed using the AgentCommandsList component. Users can click on a command to insert it into the textbox for easy use.
  6. Responsive layout: The application uses a responsive grid layout that adapts to different screen sizes and orientations.
  7. Error handling: The front end handles errors gracefully and displays appropriate messages to users.
  8. API Integration: The front end is fully integrated with the back-end API, making it easy to interact with the agents and tasks.
  9. State management: The application uses React hooks (useState, useEffect, useCallback) for efficient state management and updates.
  10. Material-UI components: The front end uses Material-UI components for a modern and consistent user interface.

v0.0.1

18 Apr 02:45
Compare
Choose a tag to compare

Alpha!