ForgeCode is a Python library for runtime dynamic code generation and execution, powered by Large Language Models (LLMs). It provides an abstraction layer that allows developers to specify goals at a high level, without writing concrete implementations.
Stars
6
Forks
2
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
1
commits
Merge pull request #1 from abhishek-pimerce/feature-openai-llm-client
c42a13dView on GitHubAllow configuring OpenAI client with base URL and organization
afc8c4fView on GitHubBump version to 0.7.0 and introduce LLMCodeGenerationError for improved error handling in LLM clients
05eda5cView on GitHubBump version to 0.6.0 and enhance ForgeCode to support Pydantic models for schema. Bug fix: hash calculation for 'run' method args.
ac337f7View on GitHubBump version to 0.5.0 and add caching toggle in ForgeCode class
cc584deView on GitHubImprove system prompt with an example and enhance ForgeCode to support self-reference capabilities
c665bb7View on GitHubBug fix: Make Json Schema Generator support arrays with mixed types and null values.
3c535a7View on GitHubAdd OpenRouter support and update contributing guidelines; bump version to 0.3.0
d6c77b3View on GitHubUpdate README.md for clarity and enhance project description; bump version to 0.2.1
8695c24View on GitHub