{"id":42598231,"url":"https://github.com/agentsystems/docs","last_synced_at":"2026-01-29T00:13:27.220Z","repository":{"id":319648419,"uuid":"1059819190","full_name":"agentsystems/docs","owner":"agentsystems","description":"Documentation for AgentSystems platform","archived":false,"fork":false,"pushed_at":"2025-12-06T01:27:13.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-08T17:59:33.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.agentsystems.ai/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentsystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T01:58:55.000Z","updated_at":"2025-12-06T01:27:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e6b4876-8604-4a0f-9cba-6dec2c306cae","html_url":"https://github.com/agentsystems/docs","commit_stats":null,"previous_names":["agentsystems/docs"],"tags_count":0,"template":false,"template_full_name":"mintlify/starter","purl":"pkg:github/agentsystems/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsystems%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsystems%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsystems%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsystems%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentsystems","download_url":"https://codeload.github.com/agentsystems/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentsystems%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-29T00:13:26.624Z","updated_at":"2026-01-29T00:13:27.215Z","avatar_url":"https://github.com/agentsystems.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgentSystems Documentation\n\nDocumentation for AgentSystems - self-hosted platform for discovering and running AI agents.\n\nThis repository contains documentation for various components, including:\n\n- Platform installation and setup\n- Configuration guides (models, credentials, registries)\n- Running and managing agents\n- Building custom agents\n- API reference\n\n**[Visit the documentation](https://docs.agentsystems.ai)** *(in development)*\n\n## Development\n\nInstall the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview your documentation changes locally. To install, use the following command:\n\n```\nnpm i -g mint\n```\n\nRun the following command at the root of your documentation, where your `docs.json` is located:\n\n```\nmint dev\n```\n\nView your local preview at `http://localhost:3000`.\n\n## Publishing changes\n\nChanges to the documentation are typically deployed via CI/CD when merged to the main branch.\n\n## Documentation Structure\n\n### Phase 1: Core Documentation (14 pages)\n\nThe documentation is organized into sections that guide users from installation through agent deployment:\n\n```\ndocs/\n├── 🚀 Getting Started (3 pages)\n│   ├── index.mdx                 # Introduction\n│   ├── quickstart.mdx             # 5-Minute Quick Start with System Requirements\n│   └── key-concepts.mdx           # How Components Work Together\n│\n├── ⚙️ Configuration (5 pages)\n│   ├── index.mdx                  # Configuration Overview \u0026 Dependency Chain\n│   ├── credentials.mdx            # Step 1: API Keys \u0026 Environment Variables\n│   ├── model-connections.mdx      # Step 2: AI Provider Connections\n│   ├── registry-connections.mdx   # Step 3: Container Registries\n│   └── agents.mdx                 # Step 4: Agent Deployment\n│\n├── 📖 User Guide (5 pages)\n│   ├── cli-commands.mdx           # SDK Command Reference\n│   ├── running-agents.mdx         # Execute Agents via UI\n│   ├── artifacts.mdx              # Artifacts \u0026 File I/O\n│   ├── audit-logs.mdx             # Hash-Chained Audit Trail\n│   └── agent-index.mdx            # Future Agent Discovery Platform\n│\n└── 🚀 Deploy Agents (1 page)\n    └── quickstart.mdx             # Coming Soon\n```\n\n### Future Phases\n\nAdditional documentation will be added as the platform matures:\n- API Reference with OpenAPI specifications\n- Advanced topics (authentication, UI customization)\n- Additional examples and tutorials\n- Platform administration guides\n- Troubleshooting and debugging\n\n## Contributing\n\nWe welcome contributions to improve the documentation! Please:\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## Need help?\n\n### Troubleshooting\n\n- If your dev environment isn't running: Run `mint update` to ensure you have the most recent version of the CLI.\n- If a page loads as a 404: Make sure you are running in a folder with a valid `docs.json`.\n\n### Resources\n- [AgentSystems GitHub](https://github.com/agentsystems/agentsystems)\n- [Mintlify documentation](https://mintlify.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentsystems%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentsystems%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentsystems%2Fdocs/lists"}