| { | |
| "ping": { | |
| "inputs": { | |
| "operation": "ping" | |
| } | |
| }, | |
| "analyze_candidate": { | |
| "inputs": { | |
| "operation": "analyze_candidate", | |
| "candidate": { | |
| "id": "test1", | |
| "name": "Jane Doe", | |
| "email": "jane@example.com", | |
| "skills": ["JavaScript", "React", "Node.js", "Product Management"], | |
| "education": [ | |
| { | |
| "institution": "Stanford University", | |
| "degree": "MS", | |
| "field": "Computer Science", | |
| "startDate": "2015-09-01", | |
| "endDate": "2017-06-01" | |
| } | |
| ], | |
| "experience": [ | |
| { | |
| "company": "Tech Startup", | |
| "title": "Senior Software Engineer", | |
| "description": "Led frontend development team", | |
| "startDate": "2017-07-01", | |
| "endDate": "2021-12-31" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "analyze_team": { | |
| "inputs": { | |
| "operation": "analyze_team", | |
| "team": [ | |
| { | |
| "id": "test1", | |
| "name": "Jane Doe", | |
| "skills": ["JavaScript", "React", "Product Management"], | |
| "experience": [{ "company": "Tech Startup", "title": "Senior Software Engineer" }] | |
| }, | |
| { | |
| "id": "test2", | |
| "name": "John Smith", | |
| "skills": ["Python", "Data Science", "Machine Learning"], | |
| "experience": [{ "company": "AI Lab", "title": "Data Scientist" }] | |
| }, | |
| { | |
| "id": "test3", | |
| "name": "Alex Johnson", | |
| "skills": ["Marketing", "Growth", "Sales"], | |
| "experience": [{ "company": "Marketing Agency", "title": "Marketing Director" }] | |
| } | |
| ], | |
| "include_startup_comparison": true | |
| } | |
| }, | |
| "generate_team": { | |
| "inputs": { | |
| "operation": "generate_team", | |
| "candidates": [ | |
| { | |
| "id": "test1", | |
| "name": "Jane Doe", | |
| "skills": ["JavaScript", "React", "Product Management"], | |
| "experience": [{ "company": "Tech Startup", "title": "Senior Software Engineer" }] | |
| }, | |
| { | |
| "id": "test2", | |
| "name": "John Smith", | |
| "skills": ["Python", "Data Science", "Machine Learning"], | |
| "experience": [{ "company": "AI Lab", "title": "Data Scientist" }] | |
| }, | |
| { | |
| "id": "test3", | |
| "name": "Alex Johnson", | |
| "skills": ["Marketing", "Growth", "Sales"], | |
| "experience": [{ "company": "Marketing Agency", "title": "Marketing Director" }] | |
| }, | |
| { | |
| "id": "test4", | |
| "name": "Sam Wilson", | |
| "skills": ["UI/UX", "Design", "User Research"], | |
| "experience": [{ "company": "Design Studio", "title": "UI/UX Designer" }] | |
| }, | |
| { | |
| "id": "test5", | |
| "name": "Taylor Brown", | |
| "skills": ["Business Development", "Partnerships", "Strategy"], | |
| "experience": [{ "company": "Consulting Firm", "title": "Business Strategist" }] | |
| } | |
| ], | |
| "requirements": "Create a balanced team for a SaaS startup", | |
| "team_size": 3 | |
| } | |
| } | |
| } |