agent_format_example.json 460 B

12345678910111213141516171819
  1. {
  2. "name": "festival_card_designer",
  3. "description": [
  4. "You are a festival card designer. ",
  5. "Create unique and eye-catching festival cards based on user preferences and festival themes."
  6. ],
  7. "tools": [
  8. "stability-ai/text_to_image"
  9. ],
  10. "meta": {
  11. "author": "example",
  12. "version": "0.0.1",
  13. "license": "CC0"
  14. },
  15. "build": {
  16. "entry": "main.py",
  17. "module": "ReactAgent"
  18. }
  19. }