|
5 | 5 | "Your Name \u003cyou@example.com\u003e" |
6 | 6 | ], |
7 | 7 | "created_at": { |
8 | | - "seconds": 1740659438, |
9 | | - "nanos": 939623000 |
| 8 | + "seconds": 1741964160, |
| 9 | + "nanos": 495552000 |
10 | 10 | }, |
| 11 | + "skills": [ |
| 12 | + "Natural Language Understanding", |
| 13 | + "Natural Language Generation", |
| 14 | + "Information Retrieval and Synthesis", |
| 15 | + "Fact Extraction", |
| 16 | + "Knowledge Synthesis" |
| 17 | + ], |
11 | 18 | "locators": [ |
12 | 19 | { |
13 | | - "type": 4, |
| 20 | + "name": "source-code", |
14 | 21 | "source": { |
15 | 22 | "url": "https://github.com/agntcy/csit/tree/main/samples/crewai/simple_crew" |
16 | 23 | } |
17 | 24 | } |
18 | 25 | ], |
19 | 26 | "extensions": [ |
20 | 27 | { |
21 | | - "name": "runtime", |
| 28 | + "name": "crewai", |
| 29 | + "version": "v0.0.0", |
| 30 | + "specs": { |
| 31 | + "agent.reporting_analyst.backstory": "You're a meticulous analyst with a keen eye for detail. You're known for your ability to turn complex data into clear and concise reports, making it easy for others to understand and act on the information you provide.", |
| 32 | + "agent.reporting_analyst.goal": "Create detailed reports based on {topic} data analysis and research findings\n", |
| 33 | + "agent.reporting_analyst.role": "{topic} Reporting Analyst\n", |
| 34 | + "agent.researcher.backstory": "You're a seasoned researcher with a knack for uncovering the latest developments in {topic}. Known for your ability to find the most relevant information and present it in a clear and concise manner.\n", |
| 35 | + "agent.researcher.goal": "Uncover cutting-edge developments in {topic}\n", |
| 36 | + "agent.researcher.role": "{topic} Senior Data Researcher\n", |
| 37 | + "inputs.reporting_task": "string", |
| 38 | + "inputs.research_task": "string", |
| 39 | + "task.reporting_task.agent": "reporting_analyst", |
| 40 | + "task.reporting_task.description": "Review the context you got and expand each topic into a full section for a report. Make sure the report is detailed and contains any and all relevant information.\n", |
| 41 | + "task.reporting_task.expected_output": "A fully fledge reports with the mains topics, each with a full section of information. Formatted as markdown without '```'\n", |
| 42 | + "task.research_task.agent": "researcher", |
| 43 | + "task.research_task.description": "Conduct a thorough research about {topic} Make sure you find any interesting and relevant information given the current year is 2024.\n", |
| 44 | + "task.research_task.expected_output": "A list with 10 bullet points of the most relevant information about {topic}\n" |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "oasf.agntcy.org/features/runtime/framework", |
22 | 49 | "version": "v0.0.0", |
23 | 50 | "specs": { |
24 | | - "language": "python", |
25 | 51 | "sbom": { |
26 | 52 | "name": "simple_crew", |
27 | 53 | "packages": [ |
|
31 | 57 | }, |
32 | 58 | { |
33 | 59 | "name": "langchain", |
34 | | - "version": "0.3.15" |
| 60 | + "version": "0.3.20" |
35 | 61 | }, |
36 | 62 | { |
37 | 63 | "name": "langchain-openai", |
38 | 64 | "version": "0.2.14" |
39 | 65 | } |
40 | 66 | ] |
41 | | - }, |
42 | | - "version": "\u003e=3.11,\u003c3.13" |
43 | | - } |
44 | | - }, |
45 | | - { |
46 | | - "name": "crewai", |
47 | | - "version": "v0.0.0", |
48 | | - "specs": { |
49 | | - "agent.agents.reporting_analyst.backstory": "You're a meticulous analyst with a keen eye for detail. You're known for your ability to turn complex data into clear and concise reports, making it easy for others to understand and act on the information you provide.\n", |
50 | | - "agent.agents.reporting_analyst.goal": "Create detailed reports based on {topic} data analysis and research findings\n", |
51 | | - "agent.agents.reporting_analyst.role": "{topic} Reporting Analyst\n", |
52 | | - "agent.agents.researcher.backstory": "You're a seasoned researcher with a knack for uncovering the latest developments in {topic}. Known for your ability to find the most relevant information and present it in a clear and concise manner.\n", |
53 | | - "agent.agents.researcher.goal": "Uncover cutting-edge developments in {topic}\n", |
54 | | - "agent.agents.researcher.role": "{topic} Senior Data Researcher\n", |
55 | | - "inputs.reporting_task": "string", |
56 | | - "inputs.research_task": "string", |
57 | | - "inputs.tasks": "string", |
58 | | - "task.reporting_task.agent": "reporting_analyst", |
59 | | - "task.reporting_task.description": "Review the context you got and expand each topic into a full section for a report. Make sure the report is detailed and contains any and all relevant information.\n", |
60 | | - "task.reporting_task.expected_output": "A fully fledge reports with the mains topics, each with a full section of information. Formatted as markdown without '```'\n", |
61 | | - "task.research_task.agent": "researcher", |
62 | | - "task.research_task.description": "Conduct a thorough research about {topic} Make sure you find any interesting and relevant information given the current year is 2024.\n", |
63 | | - "task.research_task.expected_output": "A list with 10 bullet points of the most relevant information about {topic}\n", |
64 | | - "task.tasks.reporting_task.agent": "reporting_analyst", |
65 | | - "task.tasks.reporting_task.description": "Review the context you got and expand each topic into a full section for a report. Make sure the report is detailed and contains any and all relevant information.\n", |
66 | | - "task.tasks.reporting_task.expected_output": "A fully fledge reports with the mains topics, each with a full section of information. Formatted as markdown without '```'\n", |
67 | | - "task.tasks.research_task.agent": "researcher", |
68 | | - "task.tasks.research_task.description": "Conduct a thorough research about {topic} Make sure you find any interesting and relevant information given the current year is 2024.\n", |
69 | | - "task.tasks.research_task.expected_output": "A list with 10 bullet points of the most relevant information about {topic}\n" |
70 | | - } |
71 | | - }, |
72 | | - { |
73 | | - "name": "oasf.agntcy.org/skills", |
74 | | - "version": "v1.0.0", |
75 | | - "specs": { |
76 | | - "skills": [ |
77 | | - "Natural Language Understanding", |
78 | | - "Natural Language Generation", |
79 | | - "Information Retrieval and Synthesis", |
80 | | - "Fact Extraction", |
81 | | - "Knowledge Synthesis" |
82 | | - ] |
| 67 | + } |
83 | 68 | } |
84 | 69 | }, |
85 | 70 | { |
|
93 | 78 | "output_type": "file" |
94 | 79 | } |
95 | 80 | }, |
96 | | - { |
97 | | - "name": "oasf.agntcy.org/features/runtime/language", |
98 | | - "version": "v1.0.0", |
99 | | - "specs": { |
100 | | - "type": "python", |
101 | | - "version": "\u003e=3.11,\u003c3.13" |
102 | | - } |
103 | | - }, |
104 | | - { |
105 | | - "name": "oasf.agntcy.org/features/runtime/framework", |
106 | | - "version": "v1.0.0", |
107 | | - "specs": { |
108 | | - "type": "crewai", |
109 | | - "version": "0.83.0" |
110 | | - } |
111 | | - }, |
112 | 81 | { |
113 | 82 | "name": "oasf.agntcy.org/features/observability/logging", |
114 | 83 | "version": "v1.0.0", |
|
140 | 109 | } |
141 | 110 | }, |
142 | 111 | { |
143 | | - "name": "oasf.agntcy.org/features/framework/evaluation", |
| 112 | + "name": "oasf.agntcy.org/features/framework/orchestration", |
144 | 113 | "version": "v1.0.0", |
145 | 114 | "specs": { |
146 | | - "provider": "local", |
147 | | - "type": "evaluator agent" |
| 115 | + "type": "sequential" |
148 | 116 | } |
149 | 117 | }, |
150 | 118 | { |
151 | | - "name": "oasf.agntcy.org/features/framework/orchestration", |
| 119 | + "name": "oasf.agntcy.org/features/runtime/language", |
| 120 | + "version": "v0.0.0", |
| 121 | + "specs": { |
| 122 | + "type": "python", |
| 123 | + "version": "\u003e=3.11,\u003c3.13" |
| 124 | + } |
| 125 | + }, |
| 126 | + { |
| 127 | + "name": "oasf.agntcy.org/features/framework/evaluation", |
152 | 128 | "version": "v1.0.0", |
153 | 129 | "specs": { |
154 | | - "type": "sequential" |
| 130 | + "provider": "local", |
| 131 | + "type": "evaluator agent" |
155 | 132 | } |
156 | 133 | }, |
157 | 134 | { |
|
0 commit comments