{"id":23929477,"url":"https://github.com/see-quick/ai-stuff","last_synced_at":"2026-05-30T16:31:29.375Z","repository":{"id":270899695,"uuid":"911752097","full_name":"see-quick/ai-stuff","owner":"see-quick","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T21:33:46.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T01:50:37.078Z","etag":null,"topics":["ai","ai-agents","java","ollama"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/see-quick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-03T19:02:02.000Z","updated_at":"2025-01-14T09:18:28.000Z","dependencies_parsed_at":"2025-01-04T19:05:59.297Z","dependency_job_id":null,"html_url":"https://github.com/see-quick/ai-stuff","commit_stats":null,"previous_names":["see-quick/ai-stuff"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/see-quick/ai-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/see-quick%2Fai-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/see-quick%2Fai-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/see-quick%2Fai-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/see-quick%2Fai-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/see-quick","download_url":"https://codeload.github.com/see-quick/ai-stuff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/see-quick%2Fai-stuff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33700863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agents","java","ollama"],"created_at":"2025-01-05T23:18:35.728Z","updated_at":"2026-05-30T16:31:29.368Z","avatar_url":"https://github.com/see-quick.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ollama Agents in Java\n\nA configurable Java project that leverages [Ollama4J](https://github.com/shibme/ollama4j) to create role-based agents (e.g., Researcher, Reporting Analyst) defined via YAML configurations. \nThis setup enables flexible and scalable workflows for tasks such as research and report generation.\n\n## Features\n\n- **Config-Driven Agents and Tasks**: Define agents and tasks using YAML files.\n- **Role-Specific Responses**: Agents respond based on their defined roles.\n- **Automatic Output Handling**: Save task outputs to specified files.\n- **Extensible Architecture**: Easily add new agents and tasks through configuration.\n\n## Requirements\n- Java 17+\n- Ollama server running (e.g., `ollama serve` on your machine)\n- Maven\n\n## Usage\n1. before executing/starting make sure that you start the Ollama server:\n   ```bash\n   ollama serve\n\n```mermaid\ngraph TD\n   A[Main.java] --\u003e B[CrewOrchestrator.java]\n   B --\u003e C[YamlLoader.java]\n   C --\u003e D[agents.yml]\n   C --\u003e E[tasks.yml]\n   B --\u003e F[Agent.java]\n   B --\u003e G[Task.java]\n   F --\u003e H[OllamaAPI]\n   G --\u003e F\n   G --\u003e H\n   H --\u003e I[Ollama Server]\n   G --\u003e J[Output Files]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsee-quick%2Fai-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsee-quick%2Fai-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsee-quick%2Fai-stuff/lists"}