dash_agent 0.3.0
dash_agent: ^0.3.0 copied to clipboard
Framework package to create and publish dash agents for commanddash
0.3.0 #
- Github Data Object Support: Added support to extract Github repo data conviniently. You can use
WebDataObject.fromGithubfor indexing a specific repo code and issues now. - Commandless Mode Support: Added Commandless mode which is active by default when an agent is activated. Now you can interact with agent more naturally by chatting.
- Metadata: Added support to provide agent avatar and human readable display name. As an agent creator you can also set tags for agents that will help better visibilty for agents in the agent marketplace as well as devs to understand for what purposes or framework the agent can be used.
0.2.1 #
- Updated README: Fixed broken images in README
0.2.0 #
- WorkspaceQueryStep Improvement: Added
workspace_object_typeparameter to WorkpaceQeuryStep - Updated README: The README has been updated to add section of Testing Your Agents.
0.1.1 #
- Fixed type cast error for
PromptQueryStep.dashOutputs - README update
0.1.0 #
SystemDataObjectdropped forFileDataObject- README update
- End token implementation to convey dash_cli the end of json
0.0.1 #
- Initial Release