Releases: Josh-XT/AGiXT
Releases · Josh-XT/AGiXT
v0.0.6
Full Changelog: v0.0.5...v0.0.6
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Additional providers and commands added.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
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.
- Dark mode toggle: Users can switch between light and dark themes with a toggle button in the AppHeader.
- Agent management: Users can view the list of agents, add new agents, and delete existing agents using the AgentList component.
- Task management: Users can set objectives for agents and start tasks using the AgentControls component.
- Instruct mode: Users can provide instructions to agents and view their responses in real-time using the chat interface in the AgentControls component.
- 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.
- Responsive layout: The application uses a responsive grid layout that adapts to different screen sizes and orientations.
- Error handling: The front end handles errors gracefully and displays appropriate messages to users.
- API Integration: The front end is fully integrated with the back-end API, making it easy to interact with the agents and tasks.
- State management: The application uses React hooks (useState, useEffect, useCallback) for efficient state management and updates.
- Material-UI components: The front end uses Material-UI components for a modern and consistent user interface.