paper-with-me

Papers

JS-son -- A Lean, Extensible JavaScript Agent Programming Library

2020-03-10 · Timotheus Kampik, Juan Carlos Nieves

A multitude of agent-oriented software engineering frameworks exist, most of which are developed by the academic multi-agent systems community. However, these frameworks often impose programming paradigms on their users that are challenging to learn for engineers who are used to modern high-level programming languages such as JavaScript and Python. To show how the adoption of agent-oriented programming by the software engineering mainstream can be facilitated, we provide a lean JavaScript library prototype for implementing reasoning-loop agents. The library focuses on core agent programming concepts and refrains from imposing further restrictions on the programming approach. To illustrate its usefulness, we show how the library can be applied to multi-agent systems simulations on the web, deployed to cloud-hosted function-as-a-service environments, and embedded in Python-based data science tools.

📄 PDF Abstract BibTeX arXiv:2003.04690

Code (1)

TimKam/JS-son 공식 구현

Similar Papers 제목 키워드 기반

JAM: The JavaScript Agent Machine for Distributed Computing and Simulation with reactive and mobile Multi-agent Systems -- A Technical Report

2022-07-22 · Stefan Bosse

Agent-based modelling (ABM), simulation (ABS), and distributed computation (ABC) are established methods. The Internet and Web-based technologies are suitable carriers. This paper is a technical report with some tutorial…

Distributed Computing

Yggdrasil Decision Forests: A Fast and Extensible Decision Forests Library

2022-12-06 · Mathieu Guillame-Bert, Sebastian Bruch, Richard Stotz, Jan Pfeifer

Yggdrasil Decision Forests is a library for the training, serving and interpretation of decision forest models, targeted both at research and production work, implemented in C++, and available in C++, command line interf…

SODA: a TypeScript/JavaScript Library for Visualizing Biological Sequence Annotation

2022-05-12 · Jack W. Roddy, George T. Lesica, Travis J. Wheeler

We present SODA, a lightweight and open-source visualization library for biological sequence annotations that enables straightforward development of flexible, dynamic, and interactive web graphics. SODA is implemented in…

Lean4Agent: Formal Modeling and Verification for Agent Workflow and Trajectory

2026-06-02 · Ruida Wang, Jerry Huang, Pengcheng Wang, Xuanqing Liu 외 arxiv

Equipping Large Language Models (LLMs) to execute reliable multi-step workflows has become a central challenge in artificial intelligence. Despite recent advances in LLMs' agentic capabilities, most agent systems still l…

CleanAgent: Automating Data Standardization with LLM-based Agents

2024-03-13 · Danrui Qi, Zhengjie Miao, Jiannan Wang

Data standardization is a crucial part of the data science life cycle. While tools like Pandas offer robust functionalities, their complexity and the manual effort required for customizing code to diverse column types po…

Code GenerationNatural Language Understanding