sidebar.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. {
  2. "items": [
  3. {
  4. "items": [
  5. {
  6. "items": [
  7. "python/agenthub/SWE_agent/agent",
  8. "python/agenthub/SWE_agent/parser"
  9. ],
  10. "label": "agenthub.SWE_agent",
  11. "type": "category"
  12. },
  13. {
  14. "items": [
  15. "python/agenthub/codeact_agent/codeact_agent"
  16. ],
  17. "label": "agenthub.codeact_agent",
  18. "type": "category"
  19. },
  20. {
  21. "items": [
  22. "python/agenthub/delegator_agent/agent"
  23. ],
  24. "label": "agenthub.delegator_agent",
  25. "type": "category"
  26. },
  27. {
  28. "items": [
  29. "python/agenthub/dummy_agent/agent"
  30. ],
  31. "label": "agenthub.dummy_agent",
  32. "type": "category"
  33. },
  34. {
  35. "items": [
  36. "python/agenthub/micro/agent"
  37. ],
  38. "label": "agenthub.micro",
  39. "type": "category"
  40. },
  41. {
  42. "items": [
  43. {
  44. "items": [
  45. "python/agenthub/monologue_agent/utils/json",
  46. "python/agenthub/monologue_agent/utils/memory",
  47. "python/agenthub/monologue_agent/utils/monologue",
  48. "python/agenthub/monologue_agent/utils/prompts"
  49. ],
  50. "label": "agenthub.monologue_agent.utils",
  51. "type": "category"
  52. },
  53. "python/agenthub/monologue_agent/agent"
  54. ],
  55. "label": "agenthub.monologue_agent",
  56. "type": "category"
  57. },
  58. {
  59. "items": [
  60. "python/agenthub/planner_agent/agent",
  61. "python/agenthub/planner_agent/prompt"
  62. ],
  63. "label": "agenthub.planner_agent",
  64. "type": "category"
  65. }
  66. ],
  67. "label": "agenthub",
  68. "type": "category"
  69. },
  70. {
  71. "items": [
  72. {
  73. "items": [
  74. "python/opendevin/action/__init__",
  75. "python/opendevin/action/base",
  76. "python/opendevin/action/fileop",
  77. "python/opendevin/action/github",
  78. "python/opendevin/action/tasks"
  79. ],
  80. "label": "opendevin.action",
  81. "type": "category"
  82. },
  83. {
  84. "items": [
  85. "python/opendevin/controller/agent_controller"
  86. ],
  87. "label": "opendevin.controller",
  88. "type": "category"
  89. },
  90. {
  91. "items": [
  92. "python/opendevin/llm/llm"
  93. ],
  94. "label": "opendevin.llm",
  95. "type": "category"
  96. },
  97. {
  98. "items": [
  99. "python/opendevin/observation/__init__",
  100. "python/opendevin/observation/base",
  101. "python/opendevin/observation/browse",
  102. "python/opendevin/observation/delegate",
  103. "python/opendevin/observation/error",
  104. "python/opendevin/observation/files",
  105. "python/opendevin/observation/message",
  106. "python/opendevin/observation/recall",
  107. "python/opendevin/observation/run"
  108. ],
  109. "label": "opendevin.observation",
  110. "type": "category"
  111. },
  112. {
  113. "items": [
  114. {
  115. "items": [
  116. "python/opendevin/sandbox/docker/process"
  117. ],
  118. "label": "opendevin.sandbox.docker",
  119. "type": "category"
  120. },
  121. {
  122. "items": [
  123. "python/opendevin/sandbox/e2b/sandbox"
  124. ],
  125. "label": "opendevin.sandbox.e2b",
  126. "type": "category"
  127. },
  128. {
  129. "items": [
  130. {
  131. "items": [
  132. "python/opendevin/sandbox/plugins/jupyter/__init__"
  133. ],
  134. "label": "opendevin.sandbox.plugins.jupyter",
  135. "type": "category"
  136. },
  137. "python/opendevin/sandbox/plugins/mixin",
  138. "python/opendevin/sandbox/plugins/requirement"
  139. ],
  140. "label": "opendevin.sandbox.plugins",
  141. "type": "category"
  142. }
  143. ],
  144. "label": "opendevin.sandbox",
  145. "type": "category"
  146. },
  147. {
  148. "items": [
  149. "python/opendevin/schema/action",
  150. "python/opendevin/schema/observation",
  151. "python/opendevin/schema/task"
  152. ],
  153. "label": "opendevin.schema",
  154. "type": "category"
  155. },
  156. {
  157. "items": [
  158. {
  159. "items": [
  160. "python/opendevin/server/agent/agent",
  161. "python/opendevin/server/agent/manager"
  162. ],
  163. "label": "opendevin.server.agent",
  164. "type": "category"
  165. },
  166. {
  167. "items": [
  168. "python/opendevin/server/auth/auth"
  169. ],
  170. "label": "opendevin.server.auth",
  171. "type": "category"
  172. },
  173. {
  174. "items": [
  175. "python/opendevin/server/session/manager",
  176. "python/opendevin/server/session/msg_stack",
  177. "python/opendevin/server/session/session"
  178. ],
  179. "label": "opendevin.server.session",
  180. "type": "category"
  181. },
  182. "python/opendevin/server/listen"
  183. ],
  184. "label": "opendevin.server",
  185. "type": "category"
  186. },
  187. {
  188. "items": [
  189. "python/opendevin/utils/system"
  190. ],
  191. "label": "opendevin.utils",
  192. "type": "category"
  193. },
  194. "python/opendevin/agent",
  195. "python/opendevin/config",
  196. "python/opendevin/files",
  197. "python/opendevin/logger",
  198. "python/opendevin/main",
  199. "python/opendevin/plan"
  200. ],
  201. "label": "opendevin",
  202. "type": "category"
  203. }
  204. ],
  205. "label": "Backend",
  206. "type": "category"
  207. }