Skip to content

hpi-swa-lab/squeak-semantic-babylonian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squeak-semantic-babylonian

Experimental research prototype for Squeak/Smalltalk that combines LLM agents with Babylonian programming.

Installation

  1. Get a recent Squeak Trunk image (tested with Squeak 6.1Alpha #23300)
  2. Install SemanticText
  3. Clone and check out this repository via git/s

Usage

BPAgent openNewConversation

Citing

Lukas Böhme, Christoph Thiede, Toni Mattis, Tom Beckmann, Jens Lincke, and Robert Hirschfeld. 2025. Toward Bridging the Tool Gap: Equipping Large Language Models with Tools to Answer Programmers’ Questions. In Proceedings of the 2nd ACM SIGPLAN International Workshop on Programming Abstractions and Interactive Notations, Tools, and Environments (PAINT ’25), October 15, 2025, Singapore. ACM, New York, NY, USA, 9 pages. To appear.

BibTeX
@inproceedings{boehme2025bridging,
	author = {Böhme, Lukas and Thiede, Christoph and Mattis, Toni and Beckmann, Tom and Lincke, Jens and Hirschfeld, Robert},
	title = {Toward Bridging the Tool
Gap: Equipping Large Language Models with Tools to Answer
Programmers' Questions},
	year = {2025},
	month = {10},
	day = {15},
	publisher = {Association for Computing Machinery},
	address = {New York, NY, USA},
	booktitle = {Proceedings of the 2nd ACM SIGPLAN
International Workshop on Programming Abstractions and Interactive
Notations, Tools, and Environments},
	location = {Singapore},
	series = {PAINT '25},
	note = {To appear},
}

About

Experimental research prototype for Squeak/Smalltalk that combines LLM agents with Babylonian programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published