{"id":13340115,"url":"https://github.com/simonweniger/superagent-swift-legacy","last_synced_at":"2025-12-11T23:00:11.262Z","repository":{"id":179142331,"uuid":"662972656","full_name":"simonweniger/superagent-swift-legacy","owner":"simonweniger","description":"Build, deploy, and manage LLM-powered agents on  platforms.","archived":false,"fork":false,"pushed_at":"2023-09-22T14:31:52.000Z","size":128,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T04:26:42.267Z","etag":null,"topics":["ai","gpt-4","ios","langchain","llm","macos","openai","swift","swiftui","visionos"],"latest_commit_sha":null,"homepage":"https://superagent-swift.vercel.app/","language":"Swift","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/simonweniger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2023-07-06T09:26:50.000Z","updated_at":"2024-05-12T00:27:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e90515f8-9253-4de3-ac76-032be90f57a0","html_url":"https://github.com/simonweniger/superagent-swift-legacy","commit_stats":null,"previous_names":["simonweniger/superagent-swift"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonweniger%2Fsuperagent-swift-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonweniger%2Fsuperagent-swift-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonweniger%2Fsuperagent-swift-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonweniger%2Fsuperagent-swift-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonweniger","download_url":"https://codeload.github.com/simonweniger/superagent-swift-legacy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231976575,"owners_count":18454809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","gpt-4","ios","langchain","llm","macos","openai","swift","swiftui","visionos"],"created_at":"2024-07-29T19:22:07.843Z","updated_at":"2025-12-11T23:00:10.863Z","avatar_url":"https://github.com/simonweniger.png","language":"Swift","funding_links":[],"categories":["Building"],"sub_categories":["Deployment"],"readme":"# This is the SDK for the Superagent Legacy version. You find the [updated version here](https://github.com/simonweniger/superagent-swift). !!THIS REPO ISN'T SUPPORTED ANYMORE!!\n\n\n## ``Superagent Legacy - Swift SDK``\n[![SwiftUI](https://img.shields.io/badge/-SwiftUI-ff69b4)](https://developer.apple.com/documentation/swiftui)\n[![iOS 16](https://img.shields.io/badge/-iOS%2016-blue)](https://developer.apple.com/ios/)\n\u003cimg alt=\"Github License\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/1110910277110743103?label=Discord\u0026logo=discord\u0026logoColor=white\u0026style=plastic\u0026color=d7b023)](https://discord.gg/e8j7mgjDUK\" /\u003e\n\n\n### Build, deploy, and manage LLM-powered agents on  platforms \nA community-made SwiftSDK for the Superagen LLM Framework. You need to have a superagent API Key in order to use the SDK.\nTo get your API key head over to [superagent.sh](https://superagent.sh) or fork the main repo and self-host it.\n\nLearn more about Superagent on the main repo: [Superagent Repo](https://github.com/homanp/superagent)\n\n![create-agent](https://github.com/simonweniger/superagent-swift/assets/43147663/83a8045d-6ab9-46a8-8ccb-e8a2de097a48)\n\nPlease submit any issues you encounter, join the superagent community, or reach out to [me](https://simonweniger.com) to talk about LLM applications on  platforms.\n\n## 🥷 Superagent Cloud\n\nIf you are looking for a plug-and-play way to get started be sure to checkout [Superagent.sh](https://Superagent.sh).\n\n## Documentation\n\nYou can find the full [documentation here](https://superagent-swift-docs.vercel.app/)\n\n## 🚧 Roadmap\n\nYou can follow the [roadmap here](https://github.com/users/homanp/projects/4)\n\n### Overview\n**🧐 What is this?**\nSuperagent is a powerful tool that simplifies the configuration and deployment of LLM (Large Language Model) Agents to production. It provides a range of features and functionalities to make it easier for developers to build, manage and deploy AI agents to production including features such as built in memory and document retrieval via vector dbs, powerful tools, webhooks, cron jobs etc.\n\n#### Agents\n\nAn agent is a program or system that is designed to perform a specific task or set of tasks.\nIn the context of Supergent, an agent is a Large Language Model that has access to a suite of tools and can decide which tool to use based on user input.\n\nThere are two main types of agents: action agents and plan-and-execute agents.\nAction agents decide on an action to take and take that action one step at a time, while plan-and-execute agents first decide on a plan of actions to take and then execute those actions one at a time.\n\nAn agent can be invoked with `memory` as well as a `document` which gives the Agent the possibility to remember previous messages and do Question/Answering.\n\n**References**:\n\n- [ReAct](https://arxiv.org/pdf/2210.03629.pdf)\n- [Plan-and-solve](https://arxiv.org/abs/2305.04091)\n\n#### Documents\n\nSuperagent allows users to do question answering over documents by attaching a `Document` to an `Agent`.\nDocuments are files, such as PDF, TXT, images, Markdown etc. that can be ingested by passing a publicly available `URL` to the Superagent [API](/api-reference/authentication).\nSuperagent splits these documents into smaller chunks and stores them in a vector database for use downstream.\n\nThis approach has some downsides when working with tabular data. We are looking into how to best approach this problem.\n\n#### Prompts\n\nSuperagent allows users to configure their `Agents` using prompts.\nA prompt is piece of text that gives context to the LLM. It can contain instructions on how the Agent should act, input variables used for injecting data into the prompt.\nCommon examples of input_variables are `human_input`, `question` and `chat_history` for in context memory.\n\n\n[**Documentation**](https://superagent-swift-docs.vercel.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonweniger%2Fsuperagent-swift-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonweniger%2Fsuperagent-swift-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonweniger%2Fsuperagent-swift-legacy/lists"}