{"id":25166270,"url":"https://github.com/tomasboda/agent-lang","last_synced_at":"2026-01-18T02:51:34.471Z","repository":{"id":155106724,"uuid":"629232433","full_name":"TomasBoda/agent-lang","owner":"TomasBoda","description":"AgentLang | Programming language for agent-based modeling","archived":false,"fork":false,"pushed_at":"2024-04-19T08:37:08.000Z","size":16179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T05:48:38.373Z","etag":null,"topics":["agent-based-modeling","programming-language"],"latest_commit_sha":null,"homepage":"https://agent-lang-web.vercel.app","language":null,"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/TomasBoda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-04-17T22:45:30.000Z","updated_at":"2024-04-18T16:47:20.000Z","dependencies_parsed_at":"2024-04-18T17:47:50.961Z","dependency_job_id":"6353282e-c902-4a36-ad94-b8b140948411","html_url":"https://github.com/TomasBoda/agent-lang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBoda%2Fagent-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBoda%2Fagent-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBoda%2Fagent-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBoda%2Fagent-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasBoda","download_url":"https://codeload.github.com/TomasBoda/agent-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247044109,"owners_count":20874249,"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":["agent-based-modeling","programming-language"],"created_at":"2025-02-09T05:48:42.217Z","updated_at":"2026-01-18T02:51:34.436Z","avatar_url":"https://github.com/TomasBoda.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./assets/logos/agent-lang-logo-black.png#gh-light-mode-only\" height=\"60\"\u003e\n\u003cimg src=\"./assets/logos/agent-lang-logo-white.png#gh-dark-mode-only\" height=\"60\"\u003e\n\n![Version Badge](https://img.shields.io/badge/version-1.0.0-blue?style=flat)\n![Contributors Badge](https://img.shields.io/badge/contributors-1-green?style=flat)\n![License Badge](https://img.shields.io/badge/license-MIT-red?style=flat)\n\n## About\nAgentLang is an interpreted programming language designed for agent-based modeling. Below is an example AgentLang source code.\n```\nagent snowflake 200 {\n\n    const speed = random(8, 15);\n\n    property x: random(0, width()) = x;\n    property y: random(0, height()) = (y + speed) % height();\n    \n    const w = 10;\n    const h = 10;\n}\n```\n\n## Interpreter\nFor further details about the AgentLang interpreter, visit the [agent-lang-interpreter](https://github.com/TomasBoda/agent-lang-interpreter) repository.\n\n## Web Interface\nFor further details about the AgentLang web interface, visit the [agent-lang-web](https://github.com/TomasBoda/agent-lang-web) repository.\n\n## VS Code Extension\nFor further details about the AgentLang VS Code syntax highlighting extension, visit the [agent-lang-kit](https://github.com/TomasBoda/agent-lang-kit) repository.\n\n## Live Demo\nTo try out AgentLang, visit the [AgentLang website](https://agent-lang-web.vercel.app) for live code sandbox and simulation modeling.\n\n## Documentation\nDocumentation to the AgentLang programming language can be found on the [documentation page](https://agent-lang-web.vercel.app/documentation) of the AgentLang website.\n\n## License\n[MIT](/LICENSE.md)\n\nMade by [Tomas Boda](https://github.com/TomasBoda)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasboda%2Fagent-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasboda%2Fagent-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasboda%2Fagent-lang/lists"}